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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-2 / +2 lines)
Lines 80-86 Link Here
80
                <div class="hint">
80
                <div class="hint">
81
                    Note: No upload categories are defined.
81
                    Note: No upload categories are defined.
82
                    [% IF ( CAN_user_parameters_manage_auth_values ) -%]
82
                    [% IF ( CAN_user_parameters_manage_auth_values ) -%]
83
                        <span>Add values to the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD">UPLOAD authorized value category</a> otherwise all uploads will be marked as temporary.</span>
83
                        [% SET av_UPLOAD_link = "<a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD'>UPLOAD</a>" %]
84
                        <span>Add values to the [% av_UPLOAD_link | $raw %]  authorized value category otherwise all uploads will be marked as temporary.</span>
84
                    [% ELSE -%]
85
                    [% ELSE -%]
85
                        <span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span>
86
                        <span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span>
86
                    [% END %]
87
                    [% END %]
87
- 

Return to bug 30993