Bug 11400 - Follow-up for nicer design

This patch tries to get the Bug out of "In discussion" by changing the design a little bit.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Marc Véron 2015-02-18 20:09:57 +01:00 committed by Tomas Cohen Arazi
parent 9b56ae7627
commit 66c9e7a183

View file

@ -19,11 +19,8 @@
<div id="login_error">
<strong>Error:</strong>
You do not have permission to access this page.
<p>Log in as a different user.</p>
</div>
<div id="onerror_actions">
<a href="javascript:window.history.back()" class="button">Previous page</a>
</div>
<p><strong>Log in as a different user</strong></p></h2>
[% END %]
[% IF ( timed_out ) %]
@ -71,6 +68,11 @@
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
</form>
[% IF ( nopermission ) %]
<p><a href="javascript:window.history.back()">[Previous page]</a>
<a href="/">[Main page]</a></p>
[% END %]
<!--<ul> -->
<!-- <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> -->
<!-- </ul> -->