View | Details | Raw Unified | Return to bug 5521
Collapse All | Expand All

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

Return to bug 5521