Lines 80-87
$(document).ready(function(){
Link Here
|
80 |
[% END %] |
80 |
[% END %] |
81 |
</tbody> |
81 |
</tbody> |
82 |
</table> |
82 |
</table> |
83 |
[% UNLESS ( too_many_items ) %] |
83 |
[% IF ( item_loop ) %] |
84 |
<h4>The following barcodes were found: </h4> |
84 |
[% UNLESS ( too_many_items ) %] |
|
|
85 |
<h4>The following barcodes were found: </h4> |
86 |
[% END %] |
85 |
[% END %] |
87 |
[% END %] |
86 |
[% END %] <!-- /notfoundbarcodes --> |
88 |
[% END %] <!-- /notfoundbarcodes --> |
87 |
|
89 |
|
Lines 142-147
$(document).ready(function(){
Link Here
|
142 |
[% END %] |
144 |
[% END %] |
143 |
[% END %]<!-- /too_many_items --> |
145 |
[% END %]<!-- /too_many_items --> |
144 |
|
146 |
|
|
|
147 |
[% IF ( item_loop ) %] |
145 |
<div id="cataloguing_additem_newitem"> |
148 |
<div id="cataloguing_additem_newitem"> |
146 |
<h2>Edit Items</h2> |
149 |
<h2>Edit Items</h2> |
147 |
<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> |
150 |
<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> |
Lines 179-184
$(document).ready(function(){
Link Here
|
179 |
<a href="/cgi-bin/koha/tools/batchMod.pl" class="cancel" onclick="history.back();return false;">Cancel</a> |
182 |
<a href="/cgi-bin/koha/tools/batchMod.pl" class="cancel" onclick="history.back();return false;">Cancel</a> |
180 |
</fieldset> |
183 |
</fieldset> |
181 |
</div> |
184 |
</div> |
|
|
185 |
[% ELSE %] |
186 |
<p><a href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a></p> |
187 |
[% END %] |
182 |
[% ELSE %] <!-- // show --> |
188 |
[% ELSE %] <!-- // show --> |
183 |
<fieldset class="action"> |
189 |
<fieldset class="action"> |
184 |
[% IF ( src == 'CATALOGUING') %] |
190 |
[% IF ( src == 'CATALOGUING') %] |
185 |
- |
|
|