aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/password.tt
diff options
context:
space:
mode:
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>