diff --git a/locale/en_US/LC_MESSAGES/messages.mo b/locale/en_US/LC_MESSAGES/messages.mo index 0675c32a..34d53bd3 100644 Binary files a/locale/en_US/LC_MESSAGES/messages.mo and b/locale/en_US/LC_MESSAGES/messages.mo differ diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index 2573a669..8c4d5f97 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -353,6 +353,9 @@ msgstr "Format" msgid "Choose a hosted server" msgstr "Choose a hosted server" +msgid "Enable these options to log DHCP server activity." +msgstr "Enable these options to log DHCP server activity." + msgid "Log DHCP requests" msgstr "Log DHCP requests" @@ -468,6 +471,9 @@ msgstr "Executing RaspAP service start" msgid "Close" msgstr "Close" +msgid "Enable this option to log hostapd activity." +msgstr "Enable this option to log hostapd activity." + #: includes/networking.php msgid "Summary" msgstr "Summary" diff --git a/templates/dhcp/logging.php b/templates/dhcp/logging.php index 2a39e236..ce451e6d 100644 --- a/templates/dhcp/logging.php +++ b/templates/dhcp/logging.php @@ -12,9 +12,17 @@ - '.htmlspecialchars($log, ENT_QUOTES).''; - ?> +
+
+ '.htmlspecialchars($log, ENT_QUOTES).''; + } else { + echo ''; + } + ?> +
+
diff --git a/templates/hostapd/advanced.php b/templates/hostapd/advanced.php index 0ee47899..d0559cfe 100644 --- a/templates/hostapd/advanced.php +++ b/templates/hostapd/advanced.php @@ -19,15 +19,6 @@ -
-
-
- - /> - -
-
-
diff --git a/templates/hostapd/logging.php b/templates/hostapd/logging.php index 3c56e69c..fa83395b 100644 --- a/templates/hostapd/logging.php +++ b/templates/hostapd/logging.php @@ -1,15 +1,23 @@

+

hostapd activity.") ?>

+ +
+ + /> + +
+
-
+
'; + echo ''; } else { - echo "
Logfile output not enabled"; + echo ''; } ?>