summaryrefslogtreecommitdiff
path: root/modules/pref-users.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-14 09:08:18 +0100
committerAndrew Dolgov <[email protected]>2007-05-14 09:08:18 +0100
commit5ede560f8ceff1d2eb5d2dcd2bd7432acfa18f73 (patch)
tree407d67a1a7a6bf6cfd882bd3d7b8e9889ce5ddb7 /modules/pref-users.php
parente8d0177dab545981e944cd11a514c12cdcc61ff9 (diff)
add infobox overlay, layout fixes
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php
index b61323ad4..156772b77 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -212,9 +212,9 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
- <td width='40%'><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
- <td width='40%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
- <td width='30%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
+ <td width=''><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
+ <td width='20%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
+ <td width='20%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
$lnum = 0;