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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-2 / +1 lines)
Lines 236-242 $(document).ready(function(){ Link Here
236
[% IF ( item_loop ) %]
236
[% IF ( item_loop ) %]
237
<div id="cataloguing_additem_newitem">
237
<div id="cataloguing_additem_newitem">
238
        <h2>Edit Items</h2>
238
        <h2>Edit Items</h2>
239
        <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>
239
        <div class="hint">Checking the box right next to the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div>
240
  <fieldset class="rows">
240
  <fieldset class="rows">
241
  <ol>
241
  <ol>
242
        [% FOREACH ite IN item %]
242
        [% FOREACH ite IN item %]
243
- 

Return to bug 22011