aboutsummaryrefslogtreecommitdiffstats
path: root/root/index.tt
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-12-21 10:16:52 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-12-21 10:16:52 +0000
commit6f3862eedd3e22ab645e65ce77bf8db97b759a42 (patch)
tree6bff5f227cabae3a8b0ce73aae3841bcb3d02072 /root/index.tt
parent94550fd934c823197a26cc7921e7993d09c33831 (diff)
downloadidentity-6f3862eedd3e22ab645e65ce77bf8db97b759a42.tar
identity-6f3862eedd3e22ab645e65ce77bf8db97b759a42.tar.gz
identity-6f3862eedd3e22ab645e65ce77bf8db97b759a42.tar.bz2
identity-6f3862eedd3e22ab645e65ce77bf8db97b759a42.tar.xz
identity-6f3862eedd3e22ab645e65ce77bf8db97b759a42.zip
Move the login button to a proper place
Diffstat (limited to 'root/index.tt')
-rw-r--r--root/index.tt16
1 files changed, 8 insertions, 8 deletions
diff --git a/root/index.tt b/root/index.tt
index c1e5735..923447c 100644
--- a/root/index.tt
+++ b/root/index.tt
@@ -3,20 +3,20 @@
<div id="login_form">
<form method="post" action="/user">
<div id="login_form_inputs">
- <label for="username_">[% l('Username') %]</label>
- <input id="username_" type="text" name="username" value="[% c.user.username %]" />
+ <label for="username_">[% l('Username : ') %]</label>
+ <input id="username_" type="text" name="username" value="[% c.user.username %]" />
<br />
- <label for="password_">[% l('Password') %]</label>
- <input id="password_" type="password" name="password" />
+ <label for="password_">[% l('Password : ') %]</label>
+ <input id="password_" type="password" name="password" />
<br />
- <button type="submit" value="[% l('Login') %]" >[% l('Login') %]</button>
</div>
<div id="login_form_line">
- <span><a href="/register">[% l('Register') %]</a> |
- @todo [% l('Forgotten password?') %]
- <!--<a href="/forgot_password">[% l('Forgotten password?') %]</a> -->
+ <span><a href="/register">[% l('Register') %]</a> |
+ @todo [% l('Forgotten password?') %]
+ <!--<a href="/forgot_password">[% l('Forgotten password?') %]</a> -->
</span>
+ <button type="submit" value="[% l('Login') %]" >[% l('Login') %]</button>
</div>
</form>
</div>