Lines 4-9
Link Here
|
4 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
5 |
[% USE TablesSettings %] |
5 |
[% USE TablesSettings %] |
6 |
[% USE AuthorisedValues %] |
6 |
[% USE AuthorisedValues %] |
|
|
7 |
[%- USE KohaSpan -%] |
7 |
[% SET footerjs = 1 %] |
8 |
[% SET footerjs = 1 %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% IF plugin %] |
10 |
[% IF plugin %] |
Lines 80-86
Link Here
|
80 |
<div class="hint"> |
81 |
<div class="hint"> |
81 |
Note: No upload categories are defined. |
82 |
Note: No upload categories are defined. |
82 |
[% IF ( CAN_user_parameters_manage_auth_values ) -%] |
83 |
[% 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> |
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> |
84 |
[% ELSE -%] |
86 |
[% ELSE -%] |
85 |
<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> |
86 |
[% END %] |
88 |
[% END %] |
87 |
- |
|
|