From 3bf8bf3968c1687dd7c2a09ac1ba8010430d4449 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) 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 --- .../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 c7e27ad..13ec6d2 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 @@ -251,9 +251,9 @@ for="tobranch">Clone these rules to: Edit - - Delete + + Edit + Delete [% END %] @@ -329,10 +329,10 @@ for="tobranch">Clone these rules to: - + - - + + @@ -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