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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt (-1 / +2 lines)
Lines 17-23 Link Here
17
    <h1>An error has occurred!</h1>
17
    <h1>An error has occurred!</h1>
18
    <h2>Error 401</h2>
18
    <h2>Error 401</h2>
19
    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
19
    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
20
        <li>This error means that you aren't authorized to view this page</li>	
20
        <li>This error means that you aren't authorized to view this page.</li>	
21
	<li>Please <a href="/cgi-bin/koha/mainpage.pl">log in</a> and try again.
21
        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
22
        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
22
        <li>Use top menu bar to navigate to another part of Koha.</li>
23
        <li>Use top menu bar to navigate to another part of Koha.</li>
23
    </ul>
24
    </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
    <h1>An error has occurred!</h1>
17
    <h1>An error has occurred!</h1>
18
    <h2>Error 403</h2>
18
    <h2>Error 403</h2>
19
    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
19
    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
20
    <li>This error means that the link was broken and that the page doesn't exist</li>	
20
    <li>This error means that you are forbidden to view this page.</li>	
21
    <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
21
    <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
22
    <li>Use top menu bar to navigate to another part of Koha.</li>
22
    <li>Use top menu bar to navigate to another part of Koha.</li>
23
    </ul>
23
    </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt (-6 / +12 lines)
Lines 15-25 Link Here
15
	<div id="yui-main">
15
	<div id="yui-main">
16
	<div class="yui-b"><div class="yui-g">
16
	<div class="yui-b"><div class="yui-g">
17
    <h1>An error has occurred!</h1>
17
    <h1>An error has occurred!</h1>
18
    <h2>Error 404</h2>
18
    <h3><em>Error 404</em></h3>
19
    <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
19
        <h3>This message may have been caused by any of the following reasons:</h3>
20
        <li>This error means that the link was broken and that the page doesn't exist</li>	
20
        <ul style="padding-bottom: 0.5em;">
21
        <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
21
            <li>You made use of an external link to an item that is no longer available</li>
22
        <li>Use top menu bar to navigate to another part of Koha.</li>
22
            <li>You followed an outdated link e.g. from a search engine or a bookmark</li>
23
            <li>You tried to access a page that needs authentification</li>
24
            <li>An internal link in the client is broken and the page does not exist</li>
25
        </ul>
26
        <h3>What's next?</h3>
27
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
28
            <li>Use top menu bar to navigate to another part of Koha.</li>
29
            <li>To report a broken link or any other issue, please send an <a href="mailto:[% admin %]">email to the Koha Administrator</a></li>
23
    </ul>
30
    </ul>
24
</div>
31
</div>
25
32
26
- 

Return to bug 14574