|
Lines 545-551
Link Here
|
| 545 |
[% IF (warnPrefRequireChoosingExistingAuthority) %] |
545 |
[% IF (warnPrefRequireChoosingExistingAuthority) %] |
| 546 |
<tr> |
546 |
<tr> |
| 547 |
<th scope="row"><strong>Warning</strong> </th> |
547 |
<th scope="row"><strong>Warning</strong> </th> |
| 548 |
<td>System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities.</td> |
548 |
<td |
|
|
549 |
>System preference '<a href="admin/preferences.pl?op=search&searchfield=RequireChoosingExistingAuthority&ok=Search">RequireChoosingExistingAuthority</a>' is disabled, but needs '<a |
| 550 |
href="admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities&ok=Search" |
| 551 |
>AutoCreateAuthorities</a |
| 552 |
>' enabled. Otherwise catalogers can add headings that will not be linked to authorities.</td |
| 553 |
> |
| 549 |
</tr> |
554 |
</tr> |
| 550 |
[% END %] |
555 |
[% END %] |
| 551 |
[% IF (warnPrefEasyAnalyticalRecords) %] |
556 |
[% IF (warnPrefEasyAnalyticalRecords) %] |
|
Lines 611-617
Link Here
|
| 611 |
[% FOR p IN invalid_yesno %] |
616 |
[% FOR p IN invalid_yesno %] |
| 612 |
<tr> |
617 |
<tr> |
| 613 |
<th scope="row"><strong>Warning</strong> </th> |
618 |
<th scope="row"><strong>Warning</strong> </th> |
| 614 |
<td>System preference '[% p.variable | html %]' must be '0' or '1', but is [% IF p.value.defined %]'[% p.value | html %]'[% ELSE %]NULL[% END %].</td> |
619 |
<td |
|
|
620 |
>System preference '<a href="admin/preferences.pl?tab=&op=search&searchfield=[% p.variable | uri %]">[% p.variable | html %]</a>' must be '0' or '1', but is |
| 621 |
[% IF p.value.defined %]'[% p.value | html %]'[% ELSE %]NULL[% END %].</td |
| 622 |
> |
| 615 |
</tr> |
623 |
</tr> |
| 616 |
[% END %] |
624 |
[% END %] |
| 617 |
[% END %] |
625 |
[% END %] |
| 618 |
- |
|
|