|
Lines 79-88
$(document).ready(function(){
Link Here
|
| 79 |
[% END %] |
79 |
[% END %] |
| 80 |
</tbody> |
80 |
</tbody> |
| 81 |
</table> |
81 |
</table> |
| 82 |
[% IF ( item_loop ) %] |
82 |
[% IF ( item_loop || too_many_items ) %] |
| 83 |
[% UNLESS ( too_many_items ) %] |
83 |
<h4>The following barcodes were found: </h4> |
| 84 |
<h4>The following barcodes were found: </h4> |
|
|
| 85 |
[% END %] |
| 86 |
[% END %] |
84 |
[% END %] |
| 87 |
[% END %] <!-- /notfoundbarcodes --> |
85 |
[% END %] <!-- /notfoundbarcodes --> |
| 88 |
|
86 |
|
|
Lines 160-166
$(document).ready(function(){
Link Here
|
| 160 |
[% END %] |
158 |
[% END %] |
| 161 |
[% END %]<!-- /too_many_items --> |
159 |
[% END %]<!-- /too_many_items --> |
| 162 |
|
160 |
|
| 163 |
[% IF ( item_loop ) %] |
161 |
[% IF ( item_loop || too_many_items ) %] |
| 164 |
<div id="cataloguing_additem_newitem"> |
162 |
<div id="cataloguing_additem_newitem"> |
| 165 |
<h2>Edit Items</h2> |
163 |
<h2>Edit Items</h2> |
| 166 |
<div class="hint">Checking the box right next the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div> |
164 |
<div class="hint">Checking the box right next the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div> |
| 167 |
- |
|
|