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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 27-33 OPAC: Link Here
27
              choices:
27
              choices:
28
                  yes: Enable
28
                  yes: Enable
29
                  no: Disable
29
                  no: Disable
30
            - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC."
30
            - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC."
31
        -
31
        -
32
            - pref: HighlightOwnItemsOnOPAC
32
            - pref: HighlightOwnItemsOnOPAC
33
              choices:
33
              choices:
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt (-2 / +1 lines)
Lines 48-54 Link Here
48
                            [% IF ( errno == 404 ) %]
48
                            [% IF ( errno == 404 ) %]
49
                                <li>You made use of an external link to a catalog item that is no longer available.</li>
49
                                <li>You made use of an external link to a catalog item that is no longer available.</li>
50
                                <li>You followed an outdated link e.g. from a search engine or a bookmark.</li>
50
                                <li>You followed an outdated link e.g. from a search engine or a bookmark.</li>
51
                                <li>You tried to access a page that needs authentification.</li>
51
                                <li>You tried to access a page that needs authentication.</li>
52
                                <li>An internal link in our catalog home page is broken and the page does not exist.</li>
52
                                <li>An internal link in our catalog home page is broken and the page does not exist.</li>
53
                            [% END %]
53
                            [% END %]
54
                            [% IF ( errno == 500 ) %]
54
                            [% IF ( errno == 500 ) %]
55
- 

Return to bug 16270