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.tt41
1 files changed, 20 insertions, 21 deletions
diff --git a/root/user/password.tt b/root/user/password.tt
index 2b4a26b..85db475 100644
--- a/root/user/password.tt
+++ b/root/user/password.tt
@@ -1,22 +1,21 @@
-<html>
-<form method=post>
-<table border='0'>
-<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>
-</html>