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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-2 / +1 lines)
Lines 62-68 Link Here
62
            [% IF uploadcategories %]
62
            [% IF uploadcategories %]
63
                <div class="hint">Note: For temporary uploads do not select a category.</div>
63
                <div class="hint">Note: For temporary uploads do not select a category.</div>
64
            [% ELSE %]
64
            [% ELSE %]
65
                <div class="hint">Note: No upload categories have been defined. All uploads will be marked as temporary.</div>
65
                <div class="hint">Note: No upload categories are defined. Add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</div>
66
            [% END %]
66
            [% END %]
67
            </li>
67
            </li>
68
        [% END %]
68
        [% END %]
69
- 

Return to bug 16727