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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-5 / +2 lines)
Lines 82-91 $(document).ready(function(){ Link Here
82
        [% END %]
82
        [% END %]
83
    </tbody>
83
    </tbody>
84
      </table>
84
      </table>
85
      [% IF ( item_loop ) %]
85
      [% IF item_loop %]
86
          [% UNLESS ( too_many_items ) %]
87
          <h4>The following barcodes were found: </h4>
86
          <h4>The following barcodes were found: </h4>
88
          [% END %]
89
      [% END %]
87
      [% END %]
90
  [% END %] <!-- /notfoundbarcodes -->
88
  [% END %] <!-- /notfoundbarcodes -->
91
89
Lines 96-102 $(document).ready(function(){ Link Here
96
     <input type="hidden" name="completedJobID" id="completedJobID" value="" />
94
     <input type="hidden" name="completedJobID" id="completedJobID" value="" />
97
     <input type="hidden" name="src" id="src" value="[% src %]" />
95
     <input type="hidden" name="src" id="src" value="[% src %]" />
98
96
99
[% IF ( item_loop ) %]
97
[% IF item_loop || too_many_items %]
100
  [% IF ( show ) %]<div id="toolbar"><a id="selectallbutton" href="#">Select All</a> | <a id="clearallbutton" href="#">Clear All</a></div>[% ELSE %][% END %]
98
  [% IF ( show ) %]<div id="toolbar"><a id="selectallbutton" href="#">Select All</a> | <a id="clearallbutton" href="#">Clear All</a></div>[% ELSE %][% END %]
101
<div id="cataloguing_additem_itemlist">
99
<div id="cataloguing_additem_itemlist">
102
100
103
- 

Return to bug 10163