From 5ff98ec8fd0058fb8e4668f2943b71a68790e1e9 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 f4c916520a..7d22b4bf99 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -31,8 +31,8 @@ [% ELSE %] [% SET tab = 'opened' %] [% END %] + @@ -114,7 +114,7 @@
[% IF CAN_user_acquisition_merge_invoices %] - Merge selected invoices + + Merge selected invoices [% IF tab == 'closed' %] Reopen selected invoices [% ELSE %] -- 2.11.0