Commit 6eda8aec authored by Franco Fichtner's avatar Franco Fichtner

firewall: do not hide associated rule settings from no-rdr #1585

parent 6d443755
...@@ -993,7 +993,7 @@ $( document ).ready(function() { ...@@ -993,7 +993,7 @@ $( document ).ready(function() {
</td> </td>
</tr> </tr>
<?php if (isset($id) && (!isset($_GET['dup']) || !is_numericint($_GET['dup']))): ?> <?php if (isset($id) && (!isset($_GET['dup']) || !is_numericint($_GET['dup']))): ?>
<tr class="act_no_rdr"> <tr>
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Filter rule association"); ?></td> <td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Filter rule association"); ?></td>
<td> <td>
<select name="associated-rule-id" class="selectpicker" > <select name="associated-rule-id" class="selectpicker" >
...@@ -1023,7 +1023,7 @@ $( document ).ready(function() { ...@@ -1023,7 +1023,7 @@ $( document ).ready(function() {
</tr> </tr>
<?php elseif (!isset($id) || (isset($_GET['dup']) && is_numericint($_GET['dup']))) : <?php elseif (!isset($id) || (isset($_GET['dup']) && is_numericint($_GET['dup']))) :
?> ?>
<tr class="act_no_rdr"> <tr>
<td><a id="help_for_fra" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Filter rule association"); ?></td> <td><a id="help_for_fra" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Filter rule association"); ?></td>
<td> <td>
<select name="filter-rule-association"> <select name="filter-rule-association">
...@@ -1069,10 +1069,6 @@ $( document ).ready(function() { ...@@ -1069,10 +1069,6 @@ $( document ).ready(function() {
<?php endif; <?php endif;
endif; endif;
?> ?>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
......
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