mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(legacy) fix html errors in firewall_rules.php
This commit is contained in:
parent
204e93a791
commit
96b0b961a2
@ -135,7 +135,6 @@ if (isset($_GET['if'])) {
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
$( document ).ready(function() {
|
||||
@ -685,7 +684,7 @@ $( document ).ready(function() {
|
||||
<td width="16"><span class="fa fa-long-arrow-left"></span></td>
|
||||
<td width="100"><?=gettext("out");?></td>
|
||||
<?php if ($selected_if == 'FloatingRules'): ?>
|
||||
<td width="16"><span class="fa fa-flash text-muted"></td>
|
||||
<td width="16"><span class="fa fa-flash text-muted"></span></td>
|
||||
<td width="100"><?=gettext("last match");?></td>
|
||||
<?php endif; ?>
|
||||
</tr>
|
||||
@ -730,5 +729,4 @@ $( document ).ready(function() {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user