From e6351a68f80a726c1260e09f51c935f19fa17878 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 3 Nov 2022 15:08:37 +0000 Subject: [PATCH] Bug 32098: Consistent classes for primary buttons: Clubs and rotating collections This patch makes changes the button markup in clubs and rotating collections 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 patron clubs and rotating collections pages to confirm that everything looks correct. In most cases there are no visible changes. Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt | 2 +- .../intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt | 2 +- .../prog/en/modules/rotating_collections/addItems.tt | 2 +- .../prog/en/modules/rotating_collections/editCollections.tt | 2 +- .../prog/en/modules/rotating_collections/transferCollection.tt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt index 9bc758d1ca..8d1f7b614e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt @@ -140,7 +140,7 @@
- + Cancel
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt index 4862a8923d..4ad7478b9d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt @@ -197,7 +197,7 @@
- + Cancel
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt index 3cfbb3403d..68fb2048b7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -106,7 +106,7 @@

- +

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt index c54822753f..e030011ef3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt @@ -151,7 +151,7 @@
-

Cancel

+

Cancel

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt index a6192985a7..5e3b996d31 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt @@ -83,7 +83,7 @@
- Cancel + Cancel
-- 2.30.2