From be7f894b8008b512ee0559b4bb552919fd93ea53 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 13 Oct 2014 16:16:37 +0300 Subject: [PATCH] added status string and aligned formating --- web/templates/admin/list_firewall.html | 138 ++++++++++++------------- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/web/templates/admin/list_firewall.html b/web/templates/admin/list_firewall.html index 90b20cabd..958ca62f6 100644 --- a/web/templates/admin/list_firewall.html +++ b/web/templates/admin/list_firewall.html @@ -31,76 +31,76 @@
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_RULE_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'SUSPEND_RULE_CONFIRMATION' ; - } - ?> - - - - - -
- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_RULE_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'SUSPEND_RULE_CONFIRMATION' ; + } + ?> + + + + - +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+