Lines 82-88
Link Here
|
82 |
Note: No upload categories are defined. |
82 |
Note: No upload categories are defined. |
83 |
[% IF ( CAN_user_parameters_manage_auth_values ) -%] |
83 |
[% IF ( CAN_user_parameters_manage_auth_values ) -%] |
84 |
[% av_UPLOAD_link = BLOCK %]<a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD'>UPLOAD</a>[% END %] |
84 |
[% av_UPLOAD_link = BLOCK %]<a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD'>UPLOAD</a>[% END %] |
85 |
<span>Add values to the [% av_UPLOAD_link | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.</span> |
85 |
<span>Add values to the [% av_UPLOAD_link | $raw | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.</span> |
86 |
[% ELSE -%] |
86 |
[% ELSE -%] |
87 |
<span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span> |
87 |
<span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span> |
88 |
[% END %] |
88 |
[% END %] |
89 |
- |
|
|