From a5f794b2475d5adebe1b3007ff95e854ea1da0af Mon Sep 17 00:00:00 2001
From: Owen Leonard
Date: Thu, 3 Nov 2022 15:32:45 +0000
Subject: [PATCH] Bug 32099: Consistent classes for primary buttons: Assorted
templates
This patch makes changes the button markup in various assorted
templates so that all submit buttons and any buttons that should should
be styled as primary buttons have the Bootstrap class "btn btn-primary."
To test, apply the patch and view the following pages to confirm that
everything looks correct. In most cases there are no visible changes.
- Staff interface login
- Authorities -> Add/edit
- Authorities -> Merge
- ILL -> ILL requests
- Tools -> Patron lists
- Administration -> Manage plugins -> Upload plugin
- Point of sale
- Point of sale -> Transaction history
- Holds
- Suggestions
- Tags
- Calendar
Signed-off-by: Katrin Fischer
Signed-off-by: Tomas Cohen Arazi
---
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 ++--
.../prog/en/modules/authorities/authorities.tt | 2 +-
.../intranet-tmpl/prog/en/modules/authorities/merge.tt | 4 ++--
.../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 8 ++++----
.../prog/en/modules/patron_lists/add-modify.tt | 2 +-
.../intranet-tmpl/prog/en/modules/patron_lists/list.tt | 4 ++--
.../prog/en/modules/plugins/plugins-upload.tt | 2 +-
koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 2 +-
.../intranet-tmpl/prog/en/modules/pos/register.tt | 2 +-
.../intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++--
.../prog/en/modules/suggestion/suggestion.tt | 10 +++++-----
koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +-
.../intranet-tmpl/prog/en/modules/tools/holidays.tt | 6 +++---
13 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
index 2c9ee57bcb..a8d8f793d2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
@@ -151,7 +151,7 @@
-
+
[% IF ( casAuthentication ) %]
@@ -191,7 +191,7 @@