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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
                        <h3>An error has occurred</h3>
27
                        <h3>An error has occurred</h3>
28
                        <h4>Error 400</h4>
28
                        <h4>Error 400</h4>
29
                        <ul>
29
                        <ul>
30
                            <li>This error means that the Koha is pointed an invalid link.</li>
30
                            <li>This error means that the link was broken and that the page doesn't exist.</li>
31
                            <li>To report this error, you can
31
                            <li>To report this error, you can
32
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
32
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
33
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
33
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt (-2 / +2 lines)
Lines 27-34 Link Here
27
                        <h3>An error has occurred</h3>
27
                        <h3>An error has occurred</h3>
28
                        <h4>Error 401</h4>
28
                        <h4>Error 401</h4>
29
                        <ul>
29
                        <ul>
30
                            <li>This error means that the you are trying to access a link that you're not authorized to see.</li>
30
                            <li>This error means that you are not authorized to view this page.</li>
31
                            <li>Try logging in to the catalog</li>
31
                            <li>Please <a href="/cgi-bin/koha/opac-user.pl">log in</a> to the catalog and try again.</li>
32
                            <li>To report this error, you can
32
                            <li>To report this error, you can
33
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
33
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
34
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
34
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
                        <h3>An error has occurred</h3>
27
                        <h3>An error has occurred</h3>
28
                        <h4>Error 402</h4>
28
                        <h4>Error 402</h4>
29
                        <ul>
29
                        <ul>
30
                            <li>This error means that the Koha is pointed an invalid link.</li>
30
                            <li>This error means that the link is invalid.</li>
31
                            <li>To report this error, you can
31
                            <li>To report this error, you can
32
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
32
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
33
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
33
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt (-2 / +2 lines)
Lines 27-33 Link Here
27
                        <h3>An error has occurred</h3>
27
                        <h3>An error has occurred</h3>
28
                        <h4>Error 403</h4>
28
                        <h4>Error 403</h4>
29
                        <ul>
29
                        <ul>
30
                            <li>This error means that you are forbidden for some reason to see this page.</li>
30
                            <li>This error means that you are forbidden to view this page.</li>
31
                            <li>To report this error, you can
31
                            <li>To report this error, you can
32
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
32
                                    <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
33
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
33
                            <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
Lines 40-43 Link Here
40
40
41
[% INCLUDE 'opac-bottom.inc' %]
41
[% INCLUDE 'opac-bottom.inc' %]
42
[% BLOCK jsinclude %]
42
[% BLOCK jsinclude %]
43
[% END %]
43
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt (-2 / +2 lines)
Lines 26-37 Link Here
26
                    <div id="errormsg404">
26
                    <div id="errormsg404">
27
                        <h3>Sorry, the requested page is not available</h3>
27
                        <h3>Sorry, the requested page is not available</h3>
28
                        <p><em>Error 404</em></p>
28
                        <p><em>Error 404</em></p>
29
                        <h3>This message can have following reasons</h3>
29
                        <h3>This message may have been caused by any of the following reasons:</h3>
30
                        <ul>
30
                        <ul>
31
                            <li>You made use of an external link to a catalog item that is no longer available</li>
31
                            <li>You made use of an external link to a catalog item that is no longer available</li>
32
                            <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
32
                            <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
33
                            <li>You tried to access a page that needs authentification</li>
33
                            <li>You tried to access a page that needs authentification</li>
34
                            <li>An internal link in our catalog home page is broken and the page does not exist</li>
34
                            <li>An internal link in our catalog is broken and the page does not exist</li>
35
                        </ul>
35
                        </ul>
36
                        <h3>What's next?</h3>
36
                        <h3>What's next?</h3>
37
                        <ul>
37
                        <ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt (-2 / +1 lines)
Lines 27-33 Link Here
27
                        <h3>An error has occurred</h3>
27
                        <h3>An error has occurred</h3>
28
                        <h4>Error 500</h4>
28
                        <h4>Error 500</h4>
29
                            <ul>
29
                            <ul>
30
                                <li>An error occurred while try to process your request.</li>
30
                                <li>An error occurred while processing your request.</li>
31
                                <li>To report this error, you can
31
                                <li>To report this error, you can
32
                                        <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
32
                                        <a href="mailto:[% admin %]">email the Koha Administrator</a>.</li>
33
                                <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
33
                                <li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li>
34
- 

Return to bug 14573