diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-05 22:38:54 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-05 22:38:54 -0700 |
commit | 1091c169df7d9ea3c68adbdd15a223efc4adb328 (patch) | |
tree | e2d79aa8094fd75ea065515c22c945f820554fb9 /include/output.php | |
parent | 6da798e39be09e3cea651be2c7d826b79450a1f8 (diff) | |
download | e-DoKo-1091c169df7d9ea3c68adbdd15a223efc4adb328.tar.gz e-DoKo-1091c169df7d9ea3c68adbdd15a223efc4adb328.tar.bz2 e-DoKo-1091c169df7d9ea3c68adbdd15a223efc4adb328.zip |
fixed labels for password recovery form
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/output.php b/include/output.php index d71d11a..29a6d7d 100644 --- a/include/output.php +++ b/include/output.php @@ -572,13 +572,13 @@ function output_password_recovery($email,$password) <legend>Password recovery</legend> <table> <tr> - <td><label for="email">Old password:</label></td> + <td><label for="password0">Old password:</label></td> <td><input type="password" id="password0" name="password0" size="20" maxlength="30" /> </td> </tr><tr> - <td><label for="password">New password:</label></td> + <td><label for="password1">New password:</label></td> <td><input type="password" id="password1" name="password1" size="20" maxlength="30" /></td> </tr><tr> - <td><label for="password">Retype:</label></td> + <td><label for="password2">Retype:</label></td> <td><input type="password" id="password2" name="password2" size="20" maxlength="30" /></td> </tr><tr> <td></td> |