From 30ac50e3bf0932d37f341331c7675022cfcf7816 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 9dcebe402ad8d8d39c78ae39650eda22197a92a4) Signed-off-by: Frédéric Demians --- .../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 2d7d5341ae..3a7769a8d6 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.39.5
  Biblionumber TitlePreview 
[% biblio.biblionumber %] [% biblio.title %]Preview MARC + Show MARC