From f5d4dbe8623278993765311b959650f3860a60db Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 4 Nov 2024 15:36:03 +0000 Subject: [PATCH] Bug 38349: Fix style of sidebar form submit button on tags review page This patch fixes the markup of the sidebar form on the tags review page and removes an incorrect "btn-sm" class from the submit button. To test, apply the patch and go to Tools -> Tags. In the sidebar form, confirm that the submit button has the same yellow "primary" style as other submit buttons, and that it fills the width of the sidebar. Sponsored-by: Athens County Public Libraries --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt index 514accf477..c2627202f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -301,9 +301,9 @@
[% INCLUDE 'date-format.inc' %]
-
- -
+ +
+
-- 2.39.5