@@ -, +, @@ - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt @@ -122,8 +122,8 @@
- - Cancel + + Cancel
[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt @@ -116,8 +116,8 @@
- - Cancel + + Cancel
[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt +++ a/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 %] --