From 5515b2a728437312edd33c0c2e872997c00e102d Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 14 Apr 2016 22:38:52 +0000 Subject: [PATCH] Bug 16267: Making circ and fines rules actions buttons EDIT: Comment 3 To test: 1) Go to Admin -> Circulation and fines rules 2) Fines rules a) Confirm that buttons Edit, Delete, Save, and Clear all show as font awesome buttons and work as expected 2) Default checkout, hold and return policy a) Confirm that column heading is now Actions b) Confirm that actions Save and Unset show as font awesome buttons and work as expected 3) Checkout limit by patron category AND holds policy by item type a) Confirm that buttons Add and Delete show as font awesome buttons and work as expected (you may need to add a rule to see the Delete button) 4) Confirm that none of the buttons wrap on a narrower browser Sponsored-by: Catalyst IT Signed-off-by: Arslan Farooq Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/smart-rules.tt | 35 +++++++++++----------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 927ea13b93..714212f8a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -173,7 +173,7 @@ for="tobranch">Clone these rules to:   + Actions @@ -258,9 +258,9 @@ for="tobranch">Clone these rules to: Edit - - Delete + + Edit + Delete [% END %] @@ -337,10 +337,10 @@ for="tobranch">Clone these rules to: - + - - + + @@ -389,8 +389,7 @@ for="tobranch">Clone these rules to: Clone these rules to: - - Unset + + + Unset @@ -531,8 +530,8 @@ for="tobranch">Clone these rules to: Delete + + Delete [% END %] @@ -546,7 +545,7 @@ for="tobranch">Clone these rules to: - + -- 2.11.0