Bug 15403 [QA Follow] - Minor language tweak
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / 401.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Error 401</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="err_401" class="err">
6
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'cat-search.inc' %]
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Error 401</div>
11
12 <div id="doc" class="yui-t7">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b"><div class="yui-g">
17     <h1>An error has occurred!</h1>
18     <h2>Error 401</h2>
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>
21         <li>Please <a href="/cgi-bin/koha/mainpage.pl">log in</a> and try again.
22         <li>To report this error, you can <a href="mailto:[% admin %]">email the Koha administrator</a>.</li>
23         <li>Use top menu bar to navigate to another part of Koha.</li>
24     </ul>
25 </div>
26
27 </div>
28 </div>
29
30 [% INCLUDE 'intranet-bottom.inc' %]