Bug 11395: Fix path for the checkboxes jQuery plugin
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 4 Jul 2014 08:40:21 +0000 (10:40 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Mar 2015 14:27:13 +0000 (15:27 +0100)
This patch fixes a bad resolution conflict (bug 12107).

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt

index b9433e7..9b53c5a 100644 (file)
@@ -5,7 +5,7 @@
 [% INCLUDE 'greybox.inc' %]
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
 [% INCLUDE 'datatables.inc' %]
-<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
+<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
 <script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
 <script type="text/javascript">
 //<![CDATA[
@@ -169,8 +169,8 @@ $(document).ready(function() {
         </select>
         [% IF recordtype == 'biblio' %]
           <div id="toolbar">
-            <a id="selectall" href="#">Select All</a>
-            | <a id="clearall" href="#">Clear All</a>
+            <a id="selectall" href="#">Select all</a>
+            | <a id="clearall" href="#">Clear all</a>
           </div>
           <table id="biblios" class="records">
             <thead>
@@ -195,8 +195,8 @@ $(document).ready(function() {
           <div class="note">Reminder: this action will modify all selected biblios!</div>
         [% ELSE %]
           <div id="toolbar">
-            <a id="selectall" href="#">Select All</a>
-            | <a id="clearall" href="#">Clear All</a>
+            <a id="selectall" href="#">Select all</a>
+            | <a id="clearall" href="#">Clear all</a>
           </div>
           <table id="authorities" class="records">
             <thead>