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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-5 / +6 lines)
Lines 19-29 Link Here
19
<div id="login_error">
19
<div id="login_error">
20
    <strong>Error:</strong>
20
    <strong>Error:</strong>
21
    You do not have permission to access this page.
21
    You do not have permission to access this page.
22
    <p>Log in as a different user.</p>
23
</div>
24
<div id="onerror_actions">
25
    <a href="javascript:window.history.back()" class="button">Previous page</a>
26
</div>
22
</div>
23
<p><strong>Log in as a different user</strong></p></h2>
27
[% END %]
24
[% END %]
28
25
29
[% IF ( timed_out ) %]
26
[% IF ( timed_out ) %]
Lines 71-76 Link Here
71
68
72
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
69
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
73
</form>
70
</form>
71
[% IF ( nopermission ) %]
72
    <p><a href="javascript:window.history.back()">[Previous page]</a>
73
    <a href="/">[Main page]</a></p>
74
[% END %]
75
74
<!--<ul> -->
76
<!--<ul> -->
75
<!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> -->
77
<!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> -->
76
<!-- </ul> -->
78
<!-- </ul> -->
77
- 

Return to bug 11400