diff options
author | reed%reedloden.com <> | 2006-12-19 11:59:21 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2006-12-19 11:59:21 +0000 |
commit | 1ffa6b322affcbe9fa842b55c29b06689fe7edd0 (patch) | |
tree | b0f8815870c9efbecf6dff8deac9a83dbab2d9b7 /template/en/default | |
parent | 99260358ea52a4e1285f5c2107a1a40cb53fef08 (diff) | |
download | bugs-1ffa6b322affcbe9fa842b55c29b06689fe7edd0.tar bugs-1ffa6b322affcbe9fa842b55c29b06689fe7edd0.tar.gz bugs-1ffa6b322affcbe9fa842b55c29b06689fe7edd0.tar.bz2 bugs-1ffa6b322affcbe9fa842b55c29b06689fe7edd0.tar.xz bugs-1ffa6b322affcbe9fa842b55c29b06689fe7edd0.zip |
Bug 364094 - "login-small.html.tmpl's table needs an id for skinning" [p=reed r=LpSolit a=myk]
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 5a70742f1..0ea4df3e9 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -34,7 +34,7 @@ [% END %] <form name="login" action="[% script_name FILTER html %]" method="POST"> - <table> + <table id="login-small"> <tr> <th align="right"><label for="Bugzilla_login">Login:</label></th> <td><input size="20" id="Bugzilla_login" name="Bugzilla_login"> |