From 57cf173c0cdd40aee7187d6d0f9878ecb492032a 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=utf8 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 Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- .../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 7fb484b693..8b693201ae 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 %] -- 2.39.2