Lines 16-22
Link Here
|
16 |
<div id="login"> |
16 |
<div id="login"> |
17 |
<h1><a href="http://koha-community.org">Koha</a></h1> |
17 |
<h1><a href="http://koha-community.org">Koha</a></h1> |
18 |
[% IF ( nopermission ) %] |
18 |
[% IF ( nopermission ) %] |
19 |
<div id="login_error"><strong>Error:</strong> You do not have permission to access this page. <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Click to log out</a></div> |
19 |
<div id="login_error"> |
|
|
20 |
<strong>Error:</strong> |
21 |
You do not have permission to access this page. |
22 |
</div> |
23 |
<div id="onerror_actions"> |
24 |
<a href="javascript:window.history.back()" class="button">Previous page</a> |
25 |
<a href="/cgi-bin/koha/mainpage.pl?logout.x=1" class="button">Log out</a> |
26 |
</div> |
20 |
[% END %] |
27 |
[% END %] |
21 |
|
28 |
|
22 |
[% IF ( timed_out ) %] |
29 |
[% IF ( timed_out ) %] |
23 |
- |
|
|