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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-3 / +2 lines)
Lines 419-425 Link Here
419
                                    [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
419
                                    [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
420
                                        <tr>
420
                                        <tr>
421
                                            <th scope="row"><strong class="error">Error</strong> </th>
421
                                            <th scope="row"><strong class="error">Error</strong> </th>
422
                                            <td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td>
422
                                            <td>Some patrons have requested a privacy on returning item, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td>
423
                                        </tr>
423
                                        </tr>
424
                                    [% END %]
424
                                    [% END %]
425
                                    [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
425
                                    [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
Lines 440-446 Link Here
440
                                            <td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr>
440
                                            <td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr>
441
                                    [% END %]
441
                                    [% END %]
442
                                    [% IF warnPrefPatronSelfRegistrationDefaultCategory %]
442
                                    [% IF warnPrefPatronSelfRegistrationDefaultCategory %]
443
                                        <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'PatronSelfRegistration' is set but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled.</td></tr>
443
                                        <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'PatronSelfRegistration' is set, but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled.</td></tr>
444
                                    [% END %]
444
                                    [% END %]
445
                                    [% IF warnXSLT %]
445
                                    [% IF warnXSLT %]
446
                                        [% FOR p IN warnXSLT %]
446
                                        [% FOR p IN warnXSLT %]
447
- 

Return to bug 27634