diff --git a/web/templates/admin/edit_web.html b/web/templates/admin/edit_web.html index dd2fef9d..51822ec7 100644 --- a/web/templates/admin/edit_web.html +++ b/web/templates/admin/edit_web.html @@ -148,7 +148,7 @@ - / " . strtoupper($_SESSION['WEB_BACKEND']) . "";?> + " . strtoupper($_SESSION['WEB_BACKEND']) . "";?> diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html index c2da185a..797ae653 100644 --- a/web/templates/admin/list_web.html +++ b/web/templates/admin/list_web.html @@ -99,6 +99,11 @@ $ftp_user = str_replace(':', ', ', $ftp_user); } + $backend_support='no'; + if (!empty($data[$key]['BACKEND'])) { + $backend_support='yes'; + } + $proxy_support='no'; if (!empty($data[$key]['PROXY'])) { $proxy_support='yes'; @@ -203,6 +208,7 @@ sort-name="" sort-bandwidth="" sort-dis +
@@ -213,6 +219,19 @@ sort-name="" sort-bandwidth="" sort-dis + + + +
+ +
+
:
+
+ +
+
+ + @@ -230,12 +249,22 @@ sort-name="" sort-bandwidth="" sort-dis +
:
+ + +
+
:
+
+ +
+
+ diff --git a/web/templates/user/edit_web.html b/web/templates/user/edit_web.html index 3cbd0699..878e9140 100644 --- a/web/templates/user/edit_web.html +++ b/web/templates/user/edit_web.html @@ -124,27 +124,6 @@ - - - - - - - - - - @@ -154,30 +133,6 @@ - - - - - - @@ -234,12 +253,22 @@ sort-bandwidth="" sort-disk="
- -
- -
diff --git a/web/templates/user/list_web.html b/web/templates/user/list_web.html index 3ee9c16b..9a5602d3 100644 --- a/web/templates/user/list_web.html +++ b/web/templates/user/list_web.html @@ -101,6 +101,11 @@ $ftp_user = str_replace(':', ', ', $ftp_user); } + $backend_support='no'; + if (!empty($data[$key]['BACKEND'])) { + $backend_support='yes'; + } + $proxy_support='no'; if (!empty($data[$key]['PROXY'])) { $proxy_support='yes'; @@ -207,6 +212,7 @@ sort-bandwidth="" sort-disk=" + .
@@ -217,6 +223,19 @@ sort-bandwidth="" sort-disk=" + + . + +
+ +
+
:
+
+ +
+
+ +
+ .
:
+ + . +
+
:
+
+ +
+
+