Bug 18139: Specify 'all item types' and 'all patron categories' in template
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit c129b3aea2
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
6ee45171f6
commit
f93f7c0ec4
1 changed files with 2 additions and 2 deletions
|
@ -1075,7 +1075,7 @@
|
|||
[% IF rule.itemtype %]
|
||||
[% ItemTypes.GetDescription( rule.itemtype ) | html %]
|
||||
[% ELSE %]
|
||||
<i>All</i>
|
||||
<i>All item types</i>
|
||||
[% END %]
|
||||
</li>
|
||||
<li>
|
||||
|
@ -1083,7 +1083,7 @@
|
|||
[% IF rule.categorycode %]
|
||||
[% Categories.GetName( rule.categorycode ) | html %]
|
||||
[% ELSE %]
|
||||
<i>All</i>
|
||||
<i>All patron categories</i>
|
||||
[% END %]
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue