aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/password.tt
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-11-06 16:34:51 +0000
committerRomain d'Alverny <rda@mageia.org>2010-11-06 16:34:51 +0000
commitae4009c1052d9e6163a24c2668dd4d9e039bf3fc (patch)
treeea45fc747fa4a747ad4952ee10a6b5b639c79627 /root/user/password.tt
parentac10cc90fe99a465aaba747a32f469237bcd723e (diff)
downloadidentity-ae4009c1052d9e6163a24c2668dd4d9e039bf3fc.tar
identity-ae4009c1052d9e6163a24c2668dd4d9e039bf3fc.tar.gz
identity-ae4009c1052d9e6163a24c2668dd4d9e039bf3fc.tar.bz2
identity-ae4009c1052d9e6163a24c2668dd4d9e039bf3fc.tar.xz
identity-ae4009c1052d9e6163a24c2668dd4d9e039bf3fc.zip
more HTML cleanup, doc structure/style broken for now
Diffstat (limited to 'root/user/password.tt')
-rw-r--r--root/user/password.tt38
1 files changed, 19 insertions, 19 deletions
diff --git a/root/user/password.tt b/root/user/password.tt
index 38832a2..85db475 100644
--- a/root/user/password.tt
+++ b/root/user/password.tt
@@ -1,21 +1,21 @@
-<form method="post">
-<table>
- <tr>
- <td>[% l('Current password') %]</td>
- <td><input name="password" type="password" /></td>
- </tr>
- <tr>
- <td>[% l('New Password') %]</td>
- <td><input name="newpassword1" type="password" /></td>
- </tr>
- <tr>
- <td>[% l('Repeat New Password') %]</td>
- <td><input name="newpassword2" type="password" /></td>
- </tr>
- <tr>
- <td></td>
- <td align="right"><input type="submit" value="[% l('Change') %]"></td>
- </tr>
-</table>
+<form method="post" action="">
+
+ <p>
+ <label for="password_">[% l('Current password') %]</label>
+ <input id="password_" name="password" type="password" value="" />
+ </p>
+
+ <p>
+ <label for="newpassword1_">[% l('New Password') %]</label>
+ <input id="newpassword1_" name="newpassword1" type="password" value="" />
+ </p>
+
+ <p>
+ <label for="newpassword2_">[% l('Repeat New Password') %]</label>
+ <input id="newpassword2_" name="newpassword2" type="password" value="" />
+ </p>
+
+ <p><input type="submit" value="[% l('Change') %]" /></p>
+
</form>