mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
commit
7bcf39f028
@ -659,11 +659,9 @@ $( document ).ready(function() {
|
||||
<?=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 />
|
||||
<?php endif; ?>
|
||||
<?=gettext("Click the"); ?>
|
||||
<a href="firewall_rules_edit.php?if=<?=$selected_if;?>" class="btn btn-default btn-xs">
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
</a>
|
||||
<?=gettext(" button to add a new rule.");?></span>
|
||||
<?= sprintf(gettext("Click the %s button to add a new rule."),
|
||||
'<a href="firewall_rules_edit.php?if='.$selected_if.'" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>')
|
||||
?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<?php else: ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user