From 52981f8ac39f5a1bb35ddf89840a0289009c1b6c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 1 Jul 2020 04:20:48 +0000 Subject: [PATCH] Bug 22773: (QA follow-up) Improve existing merge button and fix checkbox label Fixes the checkbox label by adding an id, so that when you click on "Show only subscriptons" the checkbox will be checked. Adds standard classes to the existing "Merge selected invoices" button to make things more consistent. Also added the fa-compress icon that we use in cataloguing on the merge records button. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt index f9bfc20303..3b186b8ec8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -29,8 +29,8 @@ [% ELSE %] [% SET tab = 'opened' %] [% END %] + @@ -101,7 +101,7 @@ [% END %]
- Merge selected invoices + Merge selected invoices [% IF tab == 'closed' %] Reopen selected invoices [% ELSE %] -- 2.11.0