summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-12 09:58:38 -0300
committerRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-12 09:58:38 -0300
commit528b1eae9690563815c2feed0efdad3ace6ab408 (patch)
tree0c29a8068d56503cf19b710661ed837e368682b0 /usr/local/www/services_rfc2136.php
parent1c108ceff162460fc8f045f91f2cd1b92b1d0dba (diff)
downloadpfsense-528b1eae9690563815c2feed0efdad3ace6ab408.zip
pfsense-528b1eae9690563815c2feed0efdad3ace6ab408.tar.gz
Implement gettext calls on services_rfc2136.php
Diffstat (limited to 'usr/local/www/services_rfc2136.php')
-rw-r--r--usr/local/www/services_rfc2136.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_rfc2136.php b/usr/local/www/services_rfc2136.php
index d2e8c19..87e328e 100644
--- a/usr/local/www/services_rfc2136.php
+++ b/usr/local/www/services_rfc2136.php
@@ -96,7 +96,7 @@ include("head.inc");
<?=htmlspecialchars($rfc2136['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list"> <a href="services_rfc2136_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
- &nbsp;<a href="services_rfc2136.php?act=del&id=<?=$i;?>" onclick="return confirm(<?=gettext("Do you really want to delete this client?");?><)"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
+ &nbsp;<a href="services_rfc2136.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this client?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
</tr>
<?php $i++; endforeach; ?>
<tr>
OpenPOWER on IntegriCloud