From ca16a2f50ab1a8c706e295000d06964433891dc2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 25 Mar 2021 15:08:03 +0000 Subject: [PATCH] Bug 28032: Button corrections in point of sale pages This patch corrects some markup inconsistencies in some templates related to point of sale: - Point of sale -> Library details. The "btn-xs" class has been added to "Record cashup" and "Cashup all" buttons. - Administration -> Debit types and Administration -> Credit types: - Font Awesome icons are removed from the "save" and "cancel" controls in order to keep them consistent with other templates. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt index 53fddc8e87..1ec55f85c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt @@ -122,8 +122,8 @@
- - Cancel + + Cancel
[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt index 5de8f1766f..2efd51431d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt @@ -116,8 +116,8 @@
- - Cancel + + Cancel
[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt index 188012f3d7..2514518008 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt @@ -106,7 +106,7 @@ [% IF CAN_user_cash_management_cashup %] - + [% END %] @@ -120,7 +120,7 @@ [% dtotal | $Price %] ([% cdtotal | $Price %]) [% IF CAN_user_cash_management_cashup %] - + [% END %] -- 2.11.0