summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-08-07 20:52:55 -0400
committerChris Buechler <cmb@pfsense.org>2010-08-07 20:52:55 -0400
commit6c5347850b49485927c8027b6c8b0ac32485acc1 (patch)
tree8328a7efdf7a877664886daacc71289fa84f4683 /usr/local/www/status_captiveportal.php
parent4ca92170d5505c6d94434e547c5c536dc998a9c4 (diff)
downloadpfsense-6c5347850b49485927c8027b6c8b0ac32485acc1.zip
pfsense-6c5347850b49485927c8027b6c8b0ac32485acc1.tar.gz
add tooltip. cvstrac 1640
Diffstat (limited to 'usr/local/www/status_captiveportal.php')
-rwxr-xr-xusr/local/www/status_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index 22be0be..30e06eb 100755
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -141,7 +141,7 @@ if ($_GET['order']) {
<td class="listr"><?php if ($cpent[5]) echo htmlspecialchars(date("m/d/Y H:i:s", $cpent[5]));?></td>
<?php endif; ?>
<td valign="middle" class="list" nowrap>
- <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>
+ <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" title="<?=gettext("Disconnect");?>"></a></td>
</tr>
<?php endforeach; ?>
</table>
OpenPOWER on IntegriCloud