Bug #1270 ยป captive_portal_status.widget.php.patch
captive_portal_status.widget.php 2011-02-09 16:00:41.000000000 +0000 | ||
---|---|---|
106 | 106 |
<td class="listr"><?=htmlspecialchars(date("m/d/Y H:i:s", $cpent[0]));?></td> |
107 | 107 |
<td class="listr"><?php if ($cpent[5]) echo htmlspecialchars(date("m/d/Y H:i:s", $cpent[5]));?></td> |
108 | 108 |
<?php endif; ?> |
109 |
<td valign="middle" class="list" nowrap> |
|
110 |
<a href="?order=<?=$_GET['order'];?>&showact=<?=$_GET['showact'];?>&act=del&id=<?=$cpent[1];?>" onclick="return confirm('Do you really want to disconnect this client?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td> |
|
111 | 109 |
</tr> |
112 | 110 |
<?php endforeach; ?> |
113 | 111 |
</table> |
112 | ||
113 |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
114 |
<tbody><tr><td class="listlr">Details on <a href="/status_captiveportal.php">Status Captive Portal</a>.</td></tr></tbody> |
|
115 |
</table> |