View | Details | Raw Unified | Return to bug 18139
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 1075-1081 Link Here
1075
            [% IF rule.itemtype %]
1075
            [% IF rule.itemtype %]
1076
                [% ItemTypes.GetDescription( rule.itemtype ) | html %]
1076
                [% ItemTypes.GetDescription( rule.itemtype ) | html %]
1077
            [% ELSE %]
1077
            [% ELSE %]
1078
                <i>All</i>
1078
                <i>All item types</i>
1079
            [% END %]
1079
            [% END %]
1080
        </li>
1080
        </li>
1081
        <li>
1081
        <li>
Lines 1083-1089 Link Here
1083
            [% IF rule.categorycode %]
1083
            [% IF rule.categorycode %]
1084
                [% Categories.GetName( rule.categorycode ) | html %]
1084
                [% Categories.GetName( rule.categorycode ) | html %]
1085
            [% ELSE %]
1085
            [% ELSE %]
1086
                <i>All</i>
1086
                <i>All patron categories</i>
1087
            [% END %]
1087
            [% END %]
1088
        </li>
1088
        </li>
1089
        <li>
1089
        <li>
1090
- 

Return to bug 18139