diff options
author | Arun Persaud <arun@nubati.net> | 2008-11-01 16:51:18 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-11-01 16:51:18 -0700 |
commit | 53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1 (patch) | |
tree | 3386d10b04b3b97543dbcc0094c4b305b7745be9 /include/preferences.php | |
parent | 90498b8b93c1ef403d62a48de9d16635316da219 (diff) | |
download | e-DoKo-53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1.tar.gz e-DoKo-53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1.tar.bz2 e-DoKo-53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1.zip |
CLEANUP: cleaned up CSS a bit
the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there...
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/preferences.php')
-rw-r--r-- | include/preferences.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/preferences.php b/include/preferences.php index 77ad867..67e2eec 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -206,7 +206,7 @@ echo " <tr><td>Password(new): </td><td>", echo " <tr><td>Password(new, retype): </td><td>", "<input type=\"password\" id=\"password2\" name=\"password2\" size=\"20\" maxlength=\"30\" />", " </td></tr>\n"; -echo " <tr><td><input type=\"submit\" class=\"submitbutton\" name=\"passwd\" value=\"set\" /></td>", +echo " <tr><td><input type=\"submit\" name=\"passwd\" value=\"set\" /></td>", "<td></td></tr>\n"; echo " </table>\n"; echo " </form>\n"; |