diff options
author | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-07-13 14:47:42 -0300 |
---|---|---|
committer | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-07-13 14:47:42 -0300 |
commit | 754ad306f3c66dea086d6882269d1ee7213a1ea5 (patch) | |
tree | 3ecee8da586a48cbe3d9bf9f94408bc87f45f268 /usr/local | |
parent | d6da0705aee4c9bd8b6373d543bb416e3e0fc509 (diff) | |
download | pfsense-754ad306f3c66dea086d6882269d1ee7213a1ea5.zip pfsense-754ad306f3c66dea086d6882269d1ee7213a1ea5.tar.gz |
Checked gettext() implementation on firewall_rules.php
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 045daa4..0fb8aac 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -692,7 +692,7 @@ if($_REQUEST['undodrag']) { <span class="gray"> <?=gettext("No rules are currently defined for this interface")."<br>". gettext("All incoming connections on this interface will be blocked until you add pass rules.")."<br><br>";?> - Click the <a href="firewall_rules_edit.php?if=<?=$if;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add new rule");?>" border="0" width="17" height="17" align="absmiddle"></a><?=gettext(" button to add a new rule.");?></span> + <?=gettext("Click the"); ?> <a href="firewall_rules_edit.php?if=<?=$if;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add new rule");?>" border="0" width="17" height="17" align="absmiddle"></a><?=gettext(" button to add a new rule.");?></span> </td> <?php endif; ?> <tr id="fr<?=$nrules;?>"> |