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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-5 / +5 lines)
Lines 70-76 Link Here
70
        <ul>
70
        <ul>
71
          <li><a href="#uploadfile_tab">Upload a file</a></li>
71
          <li><a href="#uploadfile_tab">Upload a file</a></li>
72
          [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
72
          [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
73
          <li><a href="#enterlist_tab">Enter a list of record ids</a></li>
73
          <li><a href="#enterlist_tab">Enter a list of record IDs</a></li>
74
        </ul>
74
        </ul>
75
75
76
        <div id="uploadfile_tab">
76
        <div id="uploadfile_tab">
Lines 106-114 Link Here
106
          <fieldset class="rows">
106
          <fieldset class="rows">
107
            <ol>
107
            <ol>
108
              <li>
108
              <li>
109
                <label for="recordnumber_list">Ids: </label>
109
                <label for="recordnumber_list">IDs: </label>
110
                <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
110
                <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
111
                <div class="hint">Enter a list of biblionumbers or authority ids, one per line.</div>
111
                <div class="hint">Enter a list of biblionumbers or authority IDs, one per line.</div>
112
              </li>
112
              </li>
113
            </ol>
113
            </ol>
114
          </fieldset>
114
          </fieldset>
Lines 172-178 Link Here
172
            <thead>
172
            <thead>
173
              <tr>
173
              <tr>
174
                <th></th>
174
                <th></th>
175
                <th>Authid</th>
175
                <th>AuthID</th>
176
                <th>Summary</th>
176
                <th>Summary</th>
177
                <th>Used in</th>
177
                <th>Used in</th>
178
              </tr>
178
              </tr>
Lines 198-204 Link Here
198
        </fieldset>
198
        </fieldset>
199
      </form>
199
      </form>
200
    [% ELSE %]
200
    [% ELSE %]
201
      There are no record ids defined.
201
      There are no record IDs defined.
202
    [% END %]
202
    [% END %]
203
  [% ELSIF op == 'enqueued' %]
203
  [% ELSIF op == 'enqueued' %]
204
    <div class="dialog message">
204
    <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-5 / +4 lines)
Lines 78-84 Link Here
78
                                <ul>
78
                                <ul>
79
                                    <li><a href="#uploadfile_tab">Upload a file</a></li>
79
                                    <li><a href="#uploadfile_tab">Upload a file</a></li>
80
                                        [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
80
                                        [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
81
                                    <li><a href="#enterlist_tab">Enter a list of record ids</a></li>
81
                                    <li><a href="#enterlist_tab">Enter a list of record IDs</a></li>
82
                                </ul>
82
                                </ul>
83
83
84
                                <div id="uploadfile_tab">
84
                                <div id="uploadfile_tab">
Lines 114-122 Link Here
114
                                    <fieldset class="rows">
114
                                    <fieldset class="rows">
115
                                        <ol>
115
                                        <ol>
116
                                            <li>
116
                                            <li>
117
                                                <label for="recordnumber_list">Ids: </label>
117
                                                <label for="recordnumber_list">IDs: </label>
118
                                                <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
118
                                                <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
119
                                                <div class="hint">Enter a list of biblionumbers or authority ids, one per line.</div>
119
                                                <div class="hint">Enter a list of biblionumbers or authority IDs, one per line.</div>
120
                                            </li>
120
                                            </li>
121
                                        </ol>
121
                                        </ol>
122
                                    </fieldset>
122
                                    </fieldset>
Lines 212-218 Link Here
212
                                        <thead>
212
                                        <thead>
213
                                            <tr>
213
                                            <tr>
214
                                                <th></th>
214
                                                <th></th>
215
                                                <th>Authid</th>
215
                                                <th>AuthID</th>
216
                                                <th>Summary</th>
216
                                                <th>Summary</th>
217
                                                <th>&nbsp;</th>
217
                                                <th>&nbsp;</th>
218
                                            </tr>
218
                                            </tr>
219
- 

Return to bug 28840