From bf418d9dcde14efbc20006e2ae60f0c7a7d89723 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 33c6f60b0f..8cbfa0f528 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -44,8 +44,8 @@ [% ELSE %] [% SET tab = 'opened' %] [% END %] + @@ -119,7 +119,7 @@
[% IF CAN_user_acquisition_merge_invoices %] - Merge selected invoices + + Merge selected invoices [% IF tab == 'closed' %] Reopen selected invoices [% ELSE %] -- 2.11.0