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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-6 / +5 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'greybox.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
9
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
Lines 169-176 $(document).ready(function() { Link Here
169
        </select>
169
        </select>
170
        [% IF recordtype == 'biblio' %]
170
        [% IF recordtype == 'biblio' %]
171
          <div id="toolbar">
171
          <div id="toolbar">
172
            <a id="selectall" href="#">Select All</a>
172
            <a id="selectall" href="#">Select all</a>
173
            | <a id="clearall" href="#">Clear All</a>
173
            | <a id="clearall" href="#">Clear all</a>
174
          </div>
174
          </div>
175
          <table id="biblios" class="records">
175
          <table id="biblios" class="records">
176
            <thead>
176
            <thead>
Lines 195-202 $(document).ready(function() { Link Here
195
          <div class="note">Reminder: this action will modify all selected biblios!</div>
195
          <div class="note">Reminder: this action will modify all selected biblios!</div>
196
        [% ELSE %]
196
        [% ELSE %]
197
          <div id="toolbar">
197
          <div id="toolbar">
198
            <a id="selectall" href="#">Select All</a>
198
            <a id="selectall" href="#">Select all</a>
199
            | <a id="clearall" href="#">Clear All</a>
199
            | <a id="clearall" href="#">Clear all</a>
200
          </div>
200
          </div>
201
          <table id="authorities" class="records">
201
          <table id="authorities" class="records">
202
            <thead>
202
            <thead>
203
- 

Return to bug 11395