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 428-434 Link Here
428
                                    [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
428
                                    [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
429
                                        <tr>
429
                                        <tr>
430
                                            <th scope="row"><strong class="error">Error</strong> </th>
430
                                            <th scope="row"><strong class="error">Error</strong> </th>
431
                                            <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>
431
                                            <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>
432
                                        </tr>
432
                                        </tr>
433
                                    [% END %]
433
                                    [% END %]
434
                                    [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
434
                                    [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
Lines 449-455 Link Here
449
                                            <td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr>
449
                                            <td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr>
450
                                    [% END %]
450
                                    [% END %]
451
                                    [% IF warnPrefPatronSelfRegistrationDefaultCategory %]
451
                                    [% IF warnPrefPatronSelfRegistrationDefaultCategory %]
452
                                        <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>
452
                                        <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>
453
                                    [% END %]
453
                                    [% END %]
454
                                    [% IF warnXSLT %]
454
                                    [% IF warnXSLT %]
455
                                        [% FOR p IN warnXSLT %]
455
                                        [% FOR p IN warnXSLT %]
456
- 

Return to bug 27634