@@ -, +, @@ --- .../prog/en/modules/admin/cash_registers.tt | 22 +++++++++---------- .../en/modules/admin/patron-attr-types.tt | 6 +++-- .../prog/en/modules/admin/restrictions.tt | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt @@ -159,14 +159,14 @@ Cash registers › Administration › Koha

Cash registers

-

Cash registers for -

- - [% IF cash_registers.count %]
+

Cash registers for +

+ + [% IF cash_registers.count %] @@ -205,10 +205,10 @@ Cash registers › Administration › Koha [% END %]
Name
-
- [% ELSE %] -
There are no cash registers defined. Start adding cash registers.
- [% END # /cash_register.count %] + [% ELSE %] +
There are no cash registers defined. Start adding cash registers.
+ [% END # /cash_register.count %] + [% END # /op == 'list' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -292,10 +292,12 @@ Patron attribute types › Administration › Koha [% END %] [% IF ( available_attribute_types ) %] [% FOREACH attribute IN available_attribute_types %] +
[% IF attribute.class %] -

[% attribute.lib | html %]

+

[% attribute.lib | html %]

+ [% ELSE %] +

Unclassified types

[% END %] -
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt @@ -160,7 +160,7 @@ New restriction -

Patron restrictions

+

Patron restrictions

[% IF searchfield %] You Searched for [% searchfield | html %] [% END %] --