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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +1 lines)
Lines 146-152 $(document).ready(function() { Link Here
146
        <legend>Or enter a list of record numbers</legend>
146
        <legend>Or enter a list of record numbers</legend>
147
        <ol>
147
        <ol>
148
          <li>
148
          <li>
149
            <label for="recordnumber_list">Record number list (one per line): </label>
149
            <label for="recordnumber_list">List of biblionumbers or authority ids (one per line): </label>
150
            <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
150
            <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
151
          </li>
151
          </li>
152
        </ol>
152
        </ol>
153
- 

Return to bug 14316