From d8c72f1b35a20e607e3954b96522b73a312ca724 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 19 Oct 2022 20:29:06 -1000 Subject: [PATCH] Bug 31885: Define submit button as primary in renew page Submit button in renew page is the most important action on this form, it should be yellow Test plan : 1) Go to renew page /cgi-bin/koha/circ/renew.pl 2) Check submit button 'Submit' as class 'btn-primary' and is yellow --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt index b570fd9057..efcebc45f3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt @@ -214,7 +214,7 @@ [% END %] - +
-- 2.35.4