Bugzilla – Attachment 45295 Details for
Bug 15223
Buttons on patron list main page funny after font awesome
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15213 - fix buttons on patron lists
Bug-15213---fix-buttons-on-patron-lists.patch (text/plain), 1.32 KB, created by
Marc Véron
on 2015-12-01 21:36:34 UTC
(
hide
)
Description:
Bug 15213 - fix buttons on patron lists
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-12-01 21:36:34 UTC
Size:
1.32 KB
patch
obsolete
>From 905f1c23f1fe4e75c6672c4a02a9a82016d751d8 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Fri, 20 Nov 2015 15:08:25 +1300 >Subject: [PATCH] Bug 15213 - fix buttons on patron lists >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >go to tools -> patron lists >notice that the buttons are not misaligned anymore > >You may need to force refresh the page to see the original issue, and to see it fixed. > >http://bugs.koha-community.org/show_bug.cgi?id=15223 > >With patch buttons display nicely. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >index 378c4b6..eee075e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >@@ -9,6 +9,7 @@ > //<![CDATA[ > $(document).ready(function() { > $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, { >+ "autoWidth": false, > "aoColumnDefs": [ > { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, > ], >-- >1.7.10.4
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 15223
:
45034
|
45126
|
45295
|
45435