Acq: detail.tt2 -> info.tt2 ("detail" misleadingly suggested lineitem detail)
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Mar 2010 14:56:14 +0000 (14:56 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Mar 2010 14:56:14 +0000 (14:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15861 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/acq/common/detail.tt2 [deleted file]
Open-ILS/web/templates/default/acq/common/info.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/acq/common/li_table.tt2
Open-ILS/web/templates/default/acq/lineitem/related.tt2

diff --git a/Open-ILS/web/templates/default/acq/common/detail.tt2 b/Open-ILS/web/templates/default/acq/common/detail.tt2
deleted file mode 100644 (file)
index 9284aa6..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-[% which_lc = which | lower %]
-    <div id="acq-[% which_lc %]-info-div" class="hidden">
-        <div class="acq-menu-bar">
-            <div dojoType="dijit.form.Button" id="acq-[% which_lc %]-info-back-button">&#x2196; [% IF which == "Lit" %]Return[% ELSE %]Hide[% END %]</div>
-        </div>
-        <table>
-            <tbody id="acq-[% which_lc %]-info-tbody">
-                <tr id="acq-[% which_lc %]-info-row"><td name="label"/><td name="value"/></tr>
-            </tbody>
-        </table>
-        <div style="margin-top:10px;" class="hidden" id="acq-[% which_lc %]-info-cat-link">
-            View in the <a href="/opac/en-US/skin/default/xml/rdetail.xml?r=">Catalog</a>
-        </div>
-[% IF which == "Lit" %]
-        <div class="hidden" id="acq-[% which_lc %]-info-related">
-            Show the <a name="rel_link" href="#"><span name="related_number"></span> lineitem(s)</a> related to the same bibliographic record.
-        </div>
-        <div style="margin-top:40px;">
-            <h3 id="acq-[% which_lc %]-marc-order-record-label">MARC Order Record</h3>
-            <h3 id="acq-[% which_lc %]-marc-real-record-label">MARC ILS Record</h3>
-            <div>
-                <div dojoType="dijit.form.Button" jsId="acq[% which %]EditOrderMarc" class="hidden">Edit MARC Order Record</div>
-            </div>
-            <div id="acq-[% which_lc %]-marc-div" style="margin-top:20px;"> </div>
-        </div>
-[% END %]
-    </div>
diff --git a/Open-ILS/web/templates/default/acq/common/info.tt2 b/Open-ILS/web/templates/default/acq/common/info.tt2
new file mode 100644 (file)
index 0000000..9284aa6
--- /dev/null
@@ -0,0 +1,27 @@
+[% which_lc = which | lower %]
+    <div id="acq-[% which_lc %]-info-div" class="hidden">
+        <div class="acq-menu-bar">
+            <div dojoType="dijit.form.Button" id="acq-[% which_lc %]-info-back-button">&#x2196; [% IF which == "Lit" %]Return[% ELSE %]Hide[% END %]</div>
+        </div>
+        <table>
+            <tbody id="acq-[% which_lc %]-info-tbody">
+                <tr id="acq-[% which_lc %]-info-row"><td name="label"/><td name="value"/></tr>
+            </tbody>
+        </table>
+        <div style="margin-top:10px;" class="hidden" id="acq-[% which_lc %]-info-cat-link">
+            View in the <a href="/opac/en-US/skin/default/xml/rdetail.xml?r=">Catalog</a>
+        </div>
+[% IF which == "Lit" %]
+        <div class="hidden" id="acq-[% which_lc %]-info-related">
+            Show the <a name="rel_link" href="#"><span name="related_number"></span> lineitem(s)</a> related to the same bibliographic record.
+        </div>
+        <div style="margin-top:40px;">
+            <h3 id="acq-[% which_lc %]-marc-order-record-label">MARC Order Record</h3>
+            <h3 id="acq-[% which_lc %]-marc-real-record-label">MARC ILS Record</h3>
+            <div>
+                <div dojoType="dijit.form.Button" jsId="acq[% which %]EditOrderMarc" class="hidden">Edit MARC Order Record</div>
+            </div>
+            <div id="acq-[% which_lc %]-marc-div" style="margin-top:20px;"> </div>
+        </div>
+[% END %]
+    </div>
index 554b9fc..0600347 100644 (file)
         </table>
     </div>
 
-    <!-- Bib record / Lineitem details table -->
-    [% INCLUDE "default/acq/common/detail.tt2" which = "Lit" %]
+    <!-- Bib record / Lineitem info table -->
+    [% INCLUDE "default/acq/common/info.tt2" which = "Lit" %]
 
     <!-- Lineitem notes table -->
     [% INCLUDE "default/acq/common/notes.tt2" which = "Lit" %]
index 587f9bc..8f589a7 100644 (file)
@@ -12,6 +12,6 @@
         Show details
     </div>
 </div>
-[% INCLUDE "default/acq/common/detail.tt2" which = "Related" %]
+[% INCLUDE "default/acq/common/info.tt2" which = "Related" %]
 [% INCLUDE "default/acq/common/li_table.tt2" %]
 [% END %]