Bugzilla – Attachment 45034 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.15 KB, created by
Liz Rea
on 2015-11-20 02:09:49 UTC
(
hide
)
Description:
Bug 15213 - fix buttons on patron lists
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2015-11-20 02:09:49 UTC
Size:
1.15 KB
patch
obsolete
>From ceaecf6dabb1dc257a16f56e6da07bd6a28d6a24 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 > >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 >--- > 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.9.1
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