From d55aa52a6977668d23dfbd65a225a9f53583e192 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 17 Nov 2025 14:43:44 +0000 Subject: [PATCH] Bug 41257: Remove 'btn-sm' CSS class It may have made sense in the past but I don't think it does anymore. It adds an odd bottom spacing to the button Signed-off-by: Lisette Scheer --- koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc index da461c30155..b6ec46f93c0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc @@ -20,9 +20,9 @@ New ILL request [% END %] [% IF op == 'illlist' %] - Refresh + Refresh [% ELSE %] - List requests + List requests [% END %] [% IF have_batch.size > 0 && metadata_enrichment_services %]
-- 2.39.5