From d38ae7f33498c97c14ece5944dac5a02b814de51 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 4 Nov 2017 20:24:23 +0000 Subject: [PATCH] Standardize UI elements --- includes/networking.php | 187 ++++++++++++++++++++-------------------- 1 file changed, 95 insertions(+), 92 deletions(-) mode change 100755 => 100644 includes/networking.php diff --git a/includes/networking.php b/includes/networking.php old mode 100755 new mode 100644 index ad69c346..c0b74816 --- a/includes/networking.php +++ b/includes/networking.php @@ -20,103 +20,106 @@ function DisplayNetworkingConfig(){ ?>
-
-
-
- Configure Networking -
-
-
- +
+
+
+ Configure Networking +
+
+
+
-
- Current Settings:
- +

Current Settings

+
+ -
-
-
'.$interface.'
-
-
-
-
+ echo '
+
+
'.$interface.'
+
+
'; } - ?> - Refresh -
- -
-
-
-
-

Adapter IP Address Settings:

-
- - -
-

Enable Fallback to Static Option:

-
- - -
-
-
-

Static IP Options

-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- Save Settings - Apply Settings -
-
-
-
'; - } - ?> -
-
-
+ ?> +
+
+ +
+
+ +
+
+
+
+

Adapter IP Address Settings

+
+ + +
+

Enable Fallback to Static Option

+
+ + +
+
+
+

Static IP Options

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ Save Settings + Apply Settings +
+
+
+
'; + } + ?> +
+
+ + + - - - - +