diff --git a/app/templates/config.php b/app/templates/config.php index 6e773a2..6902ce8 100644 --- a/app/templates/config.php +++ b/app/templates/config.php @@ -1,113 +1,101 @@ - -
-
-
-
-

Configuration

- - - -
-
+ +
+
+
+

Configuration

+ + + +
-
-
-
- - Jilo Web app configuration -
- hasRight($user_id, 'edit config file')): ?> -
- -
- - -
-
- -
-
-
- '; - echo '
' . htmlspecialchars($displayName) . '
'; - echo '
'; - foreach ($value as $subKey => $subValue) { - renderConfigItem($subKey, $subValue, $fullPath); - } - echo '
'; - echo '
'; - } else { - ?> -
-
- +
+
+
+ + Jilo Web app configuration +
+hasRight($user_id, 'edit config file')) { ?> +
+ +
+ + +
+
+
-
-
- - - - - - - - - - - blank - - - - - - -
-
- -
- > + +
+ +"; + echo "\n\t\t\t\t\t\t\t\t\t\t
" . htmlspecialchars($displayName) . '
'; + echo "\n\t\t\t\t\t\t\t\t\t\t
\n"; + foreach ($value as $subKey => $subValue) { + renderConfigItem($subKey, $subValue, $fullPath); + } + echo "\t\t\t\t\t\t\t\t\t\t
\n"; + echo "\t\t\t\t\t\t\t\t\t
\n"; + } else { +?> +
+
+
- - - - - -
+
+
+ + + + + + blank + + + + +
+
+ +
+ > +
+ + + + + +
+
+
+ $value) { + renderConfigItem($key, $value); + } ?> +
- $value) { - renderConfigItem($key, $value); - } - ?> - -
-
-
+
+
+ -