summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorSjon Hortensius <sjon@hortensius.net>2015-01-11 15:01:21 +0100
committerSjon Hortensius <sjon@hortensius.net>2015-01-11 15:01:21 +0100
commit41ea4cf39ff9d93f80489d588bef3c34f9539b32 (patch)
tree876eb1cbb91c8edb773f2cadc58e793b7807854a /usr/local/www/firewall_rules.php
parent6eeca0eff7a91f1f26226eb025952b59b32d47b5 (diff)
downloadpfsense-41ea4cf39ff9d93f80489d588bef3c34f9539b32.zip
pfsense-41ea4cf39ff9d93f80489d588bef3c34f9539b32.tar.gz
implemented widget drag/drop on index + storage
replaced custom jquery-ui with default set of plugins
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rw-r--r--usr/local/www/firewall_rules.php16
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 8ec7f86..f68fd1b 100644
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -276,11 +276,6 @@ include("head.inc");
$nrules = 0;
?>
-<body id="firewall_rules">
-<?php
- include("fbegin.inc");
-?>
-
<form action="firewall_rules.php" method="post">
<?php if ($savemsg) print_info_box($savemsg);?>
@@ -360,7 +355,6 @@ display_top_tabs($tab_array);
<td></td>
<td><?=gettext("Anti-Lockout Rule");?></td>
<td>
- <a href="#" title="<?=gettext("move selected rules before this rule");?>"><i class="icon icon-chevron-down"></i></a>
<a href="system_advanced_admin.php" title="<?=gettext("edit rule");?>"><i class="icon icon-pencil"></i></a>
<a href="#" title="<?=gettext("copy this rule");?>"><i class="icon icon-random"></i></a>
</td>
@@ -382,7 +376,6 @@ display_top_tabs($tab_array);
<td></td>
<td><?=gettext("Block private networks");?></td>
<td>
- <a href="#" title="<?=gettext("move selected rules before this rule");?>"><i class="icon icon-chevron-down"></i></a>
<a href="system_advanced_admin.php" title="<?=gettext("edit rule");?>"><i class="icon icon-pencil"></i></a>
<a href="#" title="<?=gettext("copy this rule");?>"><i class="icon icon-random"></i></a>
</td>
@@ -403,7 +396,6 @@ display_top_tabs($tab_array);
<td>*</td>
<td><?=gettext("Block bogon networks");?></td>
<td>
- <a href="#" title="<?=gettext("move selected rules before this rule");?>"><i class="icon icon-chevron-down"></i></a>
<a href="system_advanced_admin.php" title="<?=gettext("edit rule");?>"><i class="icon icon-pencil"></i></a>
<a href="#" title="<?=gettext("copy this rule");?>"><i class="icon icon-random"></i></a>
</td>
@@ -693,7 +685,6 @@ display_top_tabs($tab_array);
<?=htmlspecialchars($filterent['descr']);?>
</td>
<td>
- <a href="#" title="<?=gettext("move selected rules before this rule");?>"><i class="icon icon-chevron-down"></i></a>
<a href="firewall_rules_edit.php?id=<?=$i;?>" title="<?=gettext("edit rule");?>"><i class="icon icon-pencil"></i></a>
<a href="firewall_rules_edit.php?dup=<?=$i;?>" title="<?=gettext("copy this rule");?>"><i class="icon icon-random"></i></a>
<a href="firewall_rules.php?act=del&amp;if=<?=htmlspecialchars($if);?>&amp;id=<?=$i;?>"><i class="icon icon-delete"></i></a>
@@ -722,9 +713,6 @@ display_top_tabs($tab_array);
<?=gettext("add new rule");?>
</a>
<?php if ($i > 0): ?>
- <a href="#" role="button" class="btn btn-info">
- <?=gettext("move selected rules to end");?>
- </a>
<a href="#" role="button" class="btn btn-danger">
<?=gettext("delete selected rules");?>
</a>
@@ -758,6 +746,4 @@ display_top_tabs($tab_array);
</p>
<input type="hidden" name="if" value="<?=htmlspecialchars($if);?>" />
</form>
-<?php include("fend.inc");?>
-</body>
-</html> \ No newline at end of file
+<?php include("foot.inc");?> \ No newline at end of file
OpenPOWER on IntegriCloud