[geeklog-cvs] geeklog: A <label> needs an id attribute to refer to ...
geeklog-cvs at lists.geeklog.net
geeklog-cvs at lists.geeklog.net
Sun Feb 7 02:52:01 EST 2010
changeset 7703:79515a43b1ca
url: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/79515a43b1ca
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 06 22:52:42 2010 +0100
description:
A <label> needs an id attribute to refer to ...
diffstat:
public_html/admin/auth.inc.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r f1a76987160c -r 79515a43b1ca public_html/admin/auth.inc.php
--- a/public_html/admin/auth.inc.php Sat Feb 06 22:44:33 2010 +0100
+++ b/public_html/admin/auth.inc.php Sat Feb 06 22:52:42 2010 +0100
@@ -107,11 +107,11 @@
$display .= '<form action="' . $_CONF['site_admin_url'] . '/moderation.php" method="post">'
.'<table cellspacing="0" cellpadding="3" border="0" width="100%">'.LB
.'<tr><td class="alignright"><b><label for="loginname">'.$LANG20[4].'</label></b></td>'.LB
- .'<td><input type="text" name="loginname" size="16" maxlength="16"' . XHTML . '></td>'.LB
+ .'<td><input type="text" name="loginname" id="loginname" size="16" maxlength="16"' . XHTML . '></td>'.LB
.'</tr>'.LB
.'<tr>'.LB
.'<td class="alignright"><b><label for="passwd">'.$LANG20[5].'</label></b></td>'.LB
- .'<td><input type="password" name="passwd" size="16"' . XHTML . '></td>'
+ .'<td><input type="password" name="passwd" id="passwd" size="16"' . XHTML . '></td>'
.'</tr>'.LB
.'<tr>'.LB
.'<td colspan="2" align="center" class="warning">'.$LANG20[6].'<input type="hidden" name="warn" value="1"' . XHTML . '>'
More information about the geeklog-cvs
mailing list