From ddc25bdf776fedfe5034c099f07610fd300658db Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 14 Apr 2016 22:28:09 +0000 Subject: [PATCH] Bug 16266: Making patron types actions buttons To test: 1) Go to Admin -> Patron types & Categories 2) Confirm the actions Edit and Delete show as font awesome buttons and work as expected 3) Confirm that the buttons do not wrap on a narrower browser Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 1c2bf23..bab851b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -14,7 +14,7 @@ $(document).ready(function() { $("#table_categorie").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [{ - "aTargets": [-1, -2], + "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, { @@ -402,8 +402,7 @@ [% END %] Branches limitations Default privacy -   -   + Actions @@ -488,8 +487,10 @@ Forever [% END %] - Edit - Delete + + Edit + Delete + [% END %] -- 1.7.10.4