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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +1 lines)
Lines 147-153 Link Here
147
147
148
[% IF ( searchfield ) %]
148
[% IF ( searchfield ) %]
149
    <h1>Authorized values for category [% category.category_name | html %]</h1>
149
    <h1>Authorized values for category [% category.category_name | html %]</h1>
150
    [% PROCESS category_descriptions code_category = category %]
150
    [% PROCESS category_descriptions code_category = category.category_name %]
151
[% ELSE %]
151
[% ELSE %]
152
    <h1>Authorized values</h1>
152
    <h1>Authorized values</h1>
153
[% END %]
153
[% END %]
154
- 

Return to bug 27999