summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-10 16:54:27 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-10 16:54:27 -0600
commitc53220ef5f0f6846e0112b09dddda71c48e5f161 (patch)
treecbc85639532e8e286bb874ef0216a1df348bd022 /usr/local/www/status_captiveportal.php
parent7d0a71d44ecfb8ddb1573a0eb2b9bc4917d92fee (diff)
downloadpfsense-c53220ef5f0f6846e0112b09dddda71c48e5f161.zip
pfsense-c53220ef5f0f6846e0112b09dddda71c48e5f161.tar.gz
Add quotes back that were incorrectly removed when implementing gettext and add php tags around gettext where needed.
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 4f4caa9..e12b20c 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(gettext('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>
+ <a href="?order=<?=$_GET['order'];?>&showact=<?=$_GET['showact'];?>&act=del&id=<?=$cpent[1];?>" onclick="return confirm('<?=gettext("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