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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt (-6 / +3 lines)
Lines 25-31 Link Here
25
                [% END %]
25
                [% END %]
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 can have 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>
Lines 39-48 Link Here
39
                            <li>You can navigate to the <a href="/cgi-bin/koha/opac-main.pl"><b>catalog main page</b></a></li>
39
                            <li>You can navigate to the <a href="/cgi-bin/koha/opac-main.pl"><b>catalog main page</b></a></li>
40
                        </ul>
40
                        </ul>
41
                        <h3>Report broken links</h3>
41
                        <h3>Report broken links</h3>
42
			<ul>
42
                        <ul>
43
                            <li>To report a broken link or any other issue please send an 
43
                            <li>To report a broken link or any other issue please send an <a href="mailto:[% admin %]">email to the Koha Administrator</a></li>
44
                                    <a href="mailto:[% admin %]">email to the Koha Administrator</a></li>
45
46
                        </ul>
44
                        </ul>
47
                    </div> <!-- / #errormsg404 -->
45
                    </div> <!-- / #errormsg404 -->
48
                </div> <!-- / .span10/12 -->
46
                </div> <!-- / .span10/12 -->
49
- 

Return to bug 12763