From 01c881c2b449a70e2c0a49fcaaee7e11b191e710 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 22 Mar 2016 03:19:25 +0000 Subject: [PATCH] [PASSED QA] Bug 16120: Making 'Edit' on patron search a button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EDIT: Adding nowrap styles to the Action column. I chose to do it with a span because that's the way it's already done in this file for another column. To test: 1) Go to Patrons and do a search that will bring up more than one result 2) Confirm 'Edit' now shows as a font awesome button and works as expected 3) Confirm the button does not wrap when you make your browser narrower Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt index 930fdc7..6e4018b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt @@ -31,7 +31,7 @@ "dt_borrowernotes": "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]", "dt_action": - "Edit", + " Edit", "borrowernumber": "[% data.borrowernumber %]" }[% UNLESS loop.last %],[% END %] -- 1.9.1