]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
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)
Changelog
html/user_toolbar.html.php3

index a098107743598ad406baf236358c168a93cec8b9..8d5905a6eda4595dac26505ec33d4bc3bb9af8c7 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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 0b0fc6d6fee1d46fdca68474e3627533a8c1704f..8ac6db5a8b4416c020f13ad5bd63d7bccc7f4428 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;