From 8992d34a457230ac9dd4808c7c0cfbd55b1c56e1 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 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 | 5 ++--- 1 file changed, 2 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..d36fb0f 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,7 @@ [% subscriptions_loo.expirationdate | $KohaDates %] - Edit - Renew + Edit Renew [% END %] -- 1.7.10.4