Cosmetic improvements to login form and error msg.
This commit is contained in:
parent
f5af1b5fe8
commit
75ca494424
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@
|
||||||
% }
|
% }
|
||||||
% if not {
|
% if not {
|
||||||
% if (~ $REQUEST_METHOD POST)
|
% if (~ $REQUEST_METHOD POST)
|
||||||
% echo 'Login failed!'
|
% echo '<div class="notify_errors">Login failed!</div>'
|
||||||
<form method="POST">
|
<form method="POST" style="text-align: right; float: left;">
|
||||||
<label>User name: <input type="text" name="user_name" /></label><br />
|
<label>User name: <input type="text" name="user_name" value="%($"post_arg_user_name%)"/></label><br />
|
||||||
<lavel>User password: <input type="password" name="user_password" /></label><br />
|
<lavel>User password: <input type="password" name="user_password" /></label><br />
|
||||||
<input name="s" type="submit" value="Login" />
|
<input name="s" type="submit" value="Login" />
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue