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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-29 / +12 lines)
Lines 178-183 $(document).ready(function() { Link Here
178
            [% END %]
178
            [% END %]
179
          [% END %]
179
          [% END %]
180
        </select>
180
        </select>
181
        <div id="marcPreview" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
182
            <div class="modal-header">
183
                <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
184
                <h3 id="marcPreviewLabel">MARC preview</h3>
185
            </div>
186
            <div class="modal-body">
187
                <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div>
188
            </div>
189
            <div class="modal-footer">
190
                <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
191
            </div>
192
        </div>
181
        [% IF recordtype == 'biblio' %]
193
        [% IF recordtype == 'biblio' %]
182
          <div id="toolbar">
194
          <div id="toolbar">
183
            <a id="selectall" href="#">Select all</a>
195
            <a id="selectall" href="#">Select all</a>
Lines 204-223 $(document).ready(function() { Link Here
204
            </tbody>
216
            </tbody>
205
          </table>
217
          </table>
206
          <div class="note">Reminder: this action will modify all selected biblios!</div>
218
          <div class="note">Reminder: this action will modify all selected biblios!</div>
207
208
          <div id="marcPreview" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
209
              <div class="modal-header">
210
                  <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
211
                  <h3 id="marcPreviewLabel">MARC preview</h3>
212
              </div>
213
              <div class="modal-body">
214
                  <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div>
215
              </div>
216
              <div class="modal-footer">
217
                  <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
218
              </div>
219
          </div>
220
221
        [% ELSE %]
219
        [% ELSE %]
222
          <div id="toolbar">
220
          <div id="toolbar">
223
            <a id="selectall" href="#">Select all</a>
221
            <a id="selectall" href="#">Select all</a>
Lines 245-264 $(document).ready(function() { Link Here
245
          </table>
243
          </table>
246
          <div class="note">Reminder: this action will modify all selected authorities!</div>
244
          <div class="note">Reminder: this action will modify all selected authorities!</div>
247
        [% END %]
245
        [% END %]
248
249
        <div id="marcPreview" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
250
            <div class="modal-header">
251
                <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
252
                <h3 id="marcPreviewLabel">MARC preview</h3>
253
            </div>
254
            <div class="modal-body">
255
                <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div>
256
            </div>
257
            <div class="modal-footer">
258
                <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
259
            </div>
260
        </div>
261
262
        <fieldset class="action">
246
        <fieldset class="action">
263
          <input type="hidden" name="op" value="modify" />
247
          <input type="hidden" name="op" value="modify" />
264
          <input type="hidden" name="recordtype" value="[% recordtype %]" />
248
          <input type="hidden" name="recordtype" value="[% recordtype %]" />
265
- 

Return to bug 15319