Commit 0cd0c895 authored by Franco Fichtner's avatar Franco Fichtner

firewall: tweak previous changes, '[+]' ASCII art will be confusing

Expand / join the descriptive text and explain floating rules a bit more.
parent 8f243538
...@@ -627,13 +627,14 @@ $( document ).ready(function() { ...@@ -627,13 +627,14 @@ $( document ).ready(function() {
<tr> <tr>
<td colspan="11" align="center" valign="middle"> <td colspan="11" align="center" valign="middle">
<span class="text-muted"> <span class="text-muted">
<?php if ($selected_if == "FloatingRules"): ?> <?php if ($selected_if == 'FloatingRules'): ?>
<?=gettext("No floating rules are currently defined."); ?><br /><br /> <?= gettext('No floating rules are currently defined. Floating rules are not ' .
'not bound to a single interface and can therefor be used to span ' .
'policies over mupltiple networks at the same time.'); ?>
<?php else: ?> <?php else: ?>
<?=gettext("No rules are currently defined for this interface"); ?><br /> <?= gettext('No interfaces rules are currently defined. All incoming connections ' .
<?=gettext("All incoming connections on this interface will be blocked until you add pass rules."); ?><br /><br /> 'on this interface will be blocked until you add a pass rule.') ?>
<?php endif; ?> <?php endif; ?>
<?= sprintf(gettext("Click the %s button to add a new rule."), '[+]')?>
</span> </span>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment