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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 361-367 Item types administration Link Here
361
        <table>
361
        <table>
362
            <tr>
362
            <tr>
363
                <th scope="row">Item type</th>
363
                <th scope="row">Item type</th>
364
                <td>[% itemtype.itemtype | html %]</td>
364
                <td>
365
                    [% AuthorisedValues.GetByCode('ITEMTYPECAT', itemtype.searchcategory) | html %]</td>
365
            </tr>
366
            </tr>
366
            <tr><th scope="row">Description</th><td>[% itemtype.translated_description | html %]</td></tr>
367
            <tr><th scope="row">Description</th><td>[% itemtype.translated_description | html %]</td></tr>
367
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
368
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
368
- 

Return to bug 20238