From 95ef95c27597b16f7792509f9e0f063881dadd37 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Wed, 30 Mar 2016 00:02:09 +0000 Subject: [PATCH] [PASSED QA] 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 Signed-off-by: Katrin Fischer --- .../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.9.1