Lines 325-331
Link Here
|
325 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'KohaAdminEmailAddress' does not contain a valid email address. Emails will not be sent.</td></tr> |
325 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'KohaAdminEmailAddress' does not contain a valid email address. Emails will not be sent.</td></tr> |
326 |
[% END %] |
326 |
[% END %] |
327 |
[% IF warnPrefOpacHiddenItems %] |
327 |
[% IF warnPrefOpacHiddenItems %] |
328 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems %]</th></tr> |
328 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr> |
329 |
[% END %] |
329 |
[% END %] |
330 |
[% IF invalid_yesno.count %] |
330 |
[% IF invalid_yesno.count %] |
331 |
[% FOR p IN invalid_yesno %] |
331 |
[% FOR p IN invalid_yesno %] |
332 |
- |
|
|