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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +6 lines)
Lines 445-450 Link Here
445
445
446
[% BLOCK category_descriptions %]
446
[% BLOCK category_descriptions %]
447
    [% SWITCH code_category %]
447
    [% SWITCH code_category %]
448
    [% CASE 'ADD_CONT_HTML_CUSTOM' %]
449
        <p>Custom display locations for HTML customizations</p>
450
    [% CASE 'ADD_CONT_HTML_OPAC_SYSTEM' %]
451
        <p>OPAC display locations for HTML customizations</p>
452
    [% CASE 'ADD_CONT_HTML_STAFF_SYSTEM' %]
453
        <p>Staff interface display locations for HTML customizations</p>
448
    [% CASE 'Asort1' %]
454
    [% CASE 'Asort1' %]
449
        <p>Used for acquisitions statistical purposes</p>
455
        <p>Used for acquisitions statistical purposes</p>
450
    [% CASE 'Asort2' %]
456
    [% CASE 'Asort2' %]
451
- 

Return to bug 31642