Bugzilla – Attachment 33152 Details for
Bug 11395
Batch modifications for records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11395: Fix path for the checkboxes jQuery plugin
Bug-11395-Fix-path-for-the-checkboxes-jQuery-plugi.patch (text/plain), 2.27 KB, created by
Jonathan Druart
on 2014-11-03 14:10:12 UTC
(
hide
)
Description:
Bug 11395: Fix path for the checkboxes jQuery plugin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-11-03 14:10:12 UTC
Size:
2.27 KB
patch
obsolete
>From 56772d726b97cd3143f621ee9c7e4f7b62330ba4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 4 Jul 2014 10:40:21 +0200 >Subject: [PATCH] Bug 11395: Fix path for the checkboxes jQuery plugin > >This patch fixes a bad resolution conflict (bug 12107). > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > .../prog/en/modules/tools/batch_record_modification.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index b9433e7..9b53c5a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -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> >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11395
:
23502
|
23503
|
23504
|
23505
|
23506
|
23507
|
23508
|
23592
|
24634
|
26072
|
26981
|
28978
|
28999
|
29000
|
29001
|
29002
|
29003
|
29004
|
29056
|
29509
|
29569
|
31344
|
32181
|
32182
|
32184
|
32239
|
32240
|
32241
|
32242
|
32243
|
32244
|
32245
|
32246
|
32247
|
32248
|
32249
|
33145
|
33146
|
33147
|
33148
|
33149
|
33150
|
33151
|
33152
|
33153
|
33154
|
33155
|
34393
|
34394
|
34395
|
34396
|
34397
|
34398
|
34399
|
34400
|
34401
|
34402
|
34552
|
34553
|
34554
|
34555
|
34556
|
34557
|
34558
|
34559
|
34560
|
34561
|
34562
|
35783
|
35784
|
35785
|
35786
|
35787
|
35788
|
35789
|
35790
|
35791
|
35792
|
36295
|
36296
|
36297
|
36298
|
36299
|
36300
|
36301
|
36302
|
36303
|
36304