From 2fa4524a2166167570da0f3b26af9c111ef513d1 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Wed, 30 Mar 2016 00:02:09 +0000 Subject: [PATCH] Bug 16164: Making check expiration actions buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EDIT: Using same font awesome icon for 'Renew' as in other places To test: 1) Go to Serials -> Check expiration 2) Put in a date where one or more subscriptions will expire prior to this date 3) Confirm that column heading is now 'Actions' 4) Confirm that Edit and Renew now show as font awesome buttons 5) Confirm that the buttons don't wrap on narrower browsers 6) Confirm the buttons still work as expected Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron --- .../intranet-tmpl/prog/en/modules/serials/checkexpiration.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt index 7fb484b..8b69320 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt @@ -100,7 +100,7 @@ OPAC note Nonpublic note Expiration date -   + Actions [% FOREACH subscriptions_loo IN subscriptions_loop %] @@ -126,8 +126,10 @@ [% subscriptions_loo.expirationdate | $KohaDates %] - Edit - Renew + + Edit + Renew + [% END %] -- 1.7.10.4