@@ -, +, @@ categories' in template --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1075,7 +1075,7 @@ [% IF rule.itemtype %] [% ItemTypes.GetDescription( rule.itemtype ) | html %] [% ELSE %] - All + All item types [% END %]
  • @@ -1083,7 +1083,7 @@ [% IF rule.categorycode %] [% Categories.GetName( rule.categorycode ) | html %] [% ELSE %] - All + All patron categories [% END %]
  • --