From ddd37581c9ad46ef6e77a538102ccbd5d954b903 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 23 Aug 2016 00:02:56 +0000 Subject: [PATCH] Bug 17161: Making 'Preview MARC' links show as buttons in batch record modification This patch removes the column heading and makes all links show as font awesome buttons. I have also changed the wording from Preview MARC to Show MARC to shorten the button and be consistent with other places in Koha To test: 1) Go to Tools -> Batch record modification 2) Put in some record numbers and click Continue 3) Ensure column heading 'Preview' no longer shows, and buttons are showing with an appropriate icon. Confirm button still works as expected. 4) Confirm button does not wrap on narrower browser Sponsored-by: Catalyst IT Works as described Signed-off-by: Claire Gravely --- .../prog/en/modules/tools/batch_record_modification.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 2d7d534..3a7769a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -198,10 +198,10 @@ $(document).ready(function() { - + - + @@ -210,7 +210,7 @@ $(document).ready(function() { - [% END %] -- 2.1.4
  Biblionumber TitlePreview 
[% biblio.biblionumber %] [% biblio.title %]Preview MARC + Show MARC