+++ /dev/null
-[% 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">↖ [% 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>
--- /dev/null
+[% 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">↖ [% 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>
</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" %]
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 %]