From 481dab8837ad9cb64a4d1837e98b878829f278be 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 To test: 1) Go to Admin -> Circulation and fines rules 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 --- .../prog/en/modules/admin/smart-rules.tt | 21 ++++++++++---------- 1 file changed, 10 insertions(+), 11 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 c7e27ad..89fc070 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 @@ -380,8 +380,7 @@ for="tobranch">Clone these rules to: Clone these rules to: - - Unset + + + Unset @@ -489,8 +488,8 @@ for="tobranch">Clone these rules to: Delete + + Delete [% END %] @@ -504,7 +503,7 @@ for="tobranch">Clone these rules to: - + -- 1.7.10.4