Commit 9503d722 authored by Ad Schellevis's avatar Ad Schellevis

(firewall) unhide bottom row for https://github.com/opnsense/core/issues/1173

parent e98569bb
...@@ -633,12 +633,13 @@ $( document ).ready(function() { ...@@ -633,12 +633,13 @@ $( document ).ready(function() {
<?=gettext("No rules are currently defined for this interface"); ?><br /> <?=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 /> <?=gettext("All incoming connections on this interface will be blocked until you add pass rules."); ?><br /><br />
<?php endif; ?> <?php endif; ?>
<?= sprintf(gettext("Click the %s button to add a new rule."), <?= 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>') '<a href="firewall_rules_edit.php?if='.$selected_if.'" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>')
?></span> ?>
</span>
</td> </td>
</tr> </tr>
<?php else: ?> <?php endif; ?>
<tr> <tr>
<td colspan="5"> <td colspan="5">
<select class="selectpicker" data-live-search="true" data-size="5" multiple placeholder="<?=gettext("select category");?>" id="fw_category"> <select class="selectpicker" data-live-search="true" data-size="5" multiple placeholder="<?=gettext("select category");?>" id="fw_category">
...@@ -669,7 +670,6 @@ $( document ).ready(function() { ...@@ -669,7 +670,6 @@ $( document ).ready(function() {
</a> </a>
</td> </td>
</tr> </tr>
<?php endif; ?>
</tbody> </tbody>
<tfoot> <tfoot>
<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