|
Lines 10-16
Link Here
|
| 10 |
Batch list |
10 |
Batch list |
| 11 |
[% END %] › Order staged MARC records › Acquisitions › Koha |
11 |
[% END %] › Order staged MARC records › Acquisitions › Koha |
| 12 |
</title> |
12 |
</title> |
| 13 |
<style>.biblio { padding: 0 .5em;margin:0; }.item_edit_form{border-top:1px solid #AAA;padding-top:.5em;}@media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> |
13 |
<style>.biblio { padding: 0 .5em;margin:0; }@media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> |
| 14 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
| 15 |
[% Asset.css("css/addbiblio.css") | $raw %] |
15 |
[% Asset.css("css/addbiblio.css") | $raw %] |
| 16 |
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] |
16 |
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] |
|
Lines 207-213
Link Here
|
| 207 |
<div class="item_edit_form"> |
207 |
<div class="item_edit_form"> |
| 208 |
[% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
208 |
[% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
| 209 |
[% FOREACH item IN biblio.iteminfos %] |
209 |
[% FOREACH item IN biblio.iteminfos %] |
| 210 |
<fieldset> |
210 |
<fieldset class="rows"> |
| 211 |
<legend>Item record [% item.item_id | html %]</legend> |
211 |
<legend>Item record [% item.item_id | html %]</legend> |
| 212 |
<ol> |
212 |
<ol> |
| 213 |
<li> |
213 |
<li> |
| 214 |
- |
|
|