From 0049162546374dff2084615f09fbb538eada0bc1 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Mon, 4 Nov 2013 21:15:30 +0000 Subject: [PATCH] Tidy up "diag_logs_settings.php" XHTML Add "closehead" PHP variable and close the HEAD statement Add CDATA to script statement Add SUMMARY to table statement Tidy up HTML Boolean operators Close BR and INPUT statements Remove duplicate closing table cell statement --- usr/local/www/diag_logs_settings.php | 81 ++++++++++++++-------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/usr/local/www/diag_logs_settings.php b/usr/local/www/diag_logs_settings.php index 9c84f8481e..b1eef6465c 100755 --- a/usr/local/www/diag_logs_settings.php +++ b/usr/local/www/diag_logs_settings.php @@ -164,13 +164,14 @@ if ($_POST) { } $pgtitle = array(gettext("Status"), gettext("System logs"), gettext("Settings")); +$closehead = false; include("head.inc"); ?> - - +
- +
- +
- - - + - @@ -364,24 +365,24 @@ function check_everything() { -
Forward/Reverse Display > + />
GUI Log Entries to Display -
+
Log Firewall Default Blocks - > + />

- > + />

- > + />
Web Server Log > -
+
/> +
Raw Logs > -
+
/> +
Filter descriptions
-
Local Logging onClick="enable_change(false)"> + onclick="enable_change(false)" />
onClick="enable_change(false)"> + onclick="enable_change(false)" />
- +
- + - + - + @@ -392,34 +393,34 @@ function check_everything() { - -
 
- onclick="check_everything();"> + onclick="check_everything();" />

- > + />
- > + />
- > + />
- > + />
- > + />
- > + />
- > + />
- > + />
  " onclick="enable_change(true)"> + " onclick="enable_change(true)" />
 
+

. @@ -430,11 +431,11 @@ function check_everything() {
- - + \ No newline at end of file