leave sizes to css

This commit is contained in:
Shish 2012-02-12 11:14:04 +00:00
parent 40eb00519e
commit 67623246e9

View File

@ -83,10 +83,10 @@ class UserPageTheme extends Themelet {
global $config;
$html = '
'.make_form(make_link("user_admin/login"))."
<table summary='Login Form'>
<table summary='Login Form' class='login'>
<tr>
<td width='70'><label for='user'>Name</label></td>
<td width='70'><input id='user' type='text' name='user'></td>
<td><label for='user'>Name</label></td>
<td><input id='user' type='text' name='user'></td>
</tr>
<tr>
<td><label for='pass'>Password</label></td>