From 71f6b4934a2fd27c0bb385f1c999a9f57b1b6869 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Marc VĂ©ron --- .../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..b8b9dfd 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