Small html corrections in user_toolbar.html.php3
authorkkalev <kkalev>
Tue, 21 Oct 2003 08:16:37 +0000 (08:16 +0000)
committerkkalev <kkalev>
Tue, 21 Oct 2003 08:16:37 +0000 (08:16 +0000)
dialup_admin/Changelog
dialup_admin/html/user_toolbar.html.php3

index a098107..8d5905a 100644 (file)
@@ -15,6 +15,7 @@ Ver 1.65:
 * Add a help page for the badusers table
 * Also take the Session-Timeout in consideration when calcualting the remaining time in user_admin.php3
 * Add regex matching in log_badlogins and don't expect the callerid to always be in numeric format
+* Small html corrections in user_toolbar.html.php3
 Ver 1.63:
 * Do an eval on the attribute description strings in the user_edit page. That will allow the login-time creation
   page to work properly.
index 0b0fc6d..8ac6db5 100644 (file)
@@ -20,8 +20,8 @@ print <<<EOM
 </tr>
 <tr valign=top>
 <td align=center width=100></td>
-<td align=center bgcolor="black" width=200>
-<a href="clear_opensessions.php3?login=$login" title="Clear Open User Sessions"><font size=-2 color="white"><b>OPEN SESSIONS</b></font></a></td>
+<td align=center bgcolor="black" width=200 colspan=2>
+<a href="clear_opensessions.php3?login=$login" title="Clear Open User Sessions"><font color="white"><b>OPEN SESSIONS</b></font></a></td>
 <td align=center width=100></td>
 </tr>
 EOM;