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 @@
- - | -|
- - | -|
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="=$data[$key]['U_BANDWIDTH']?>" sort-disk="=$data[$key]['U_DI |
+ .
if($proxy_support == 'no'){ ?>
=__('Proxy Support')?>
} else {?>
@@ -217,6 +223,19 @@ sort-bandwidth="=$data[$key]['U_BANDWIDTH']?>" sort-disk="=$data[$key]['U_DI
} ?>
+ } ?>
+ .
+ if($backend_support == 'no'){ ?>
+ =__('Backend Support')?>
+ } else {?>
+
+
+ } ?>
+ } ?>
=__('Backend Support')?>:
+
+ =__($backend_support)?>
+
+ |
+ .
=__('Proxy Template')?>:
=$data[$key]['PROXY']?>
+
+ } ?>
=__('Backend Template')?>:
+
+ =$data[$key]['BACKEND']?>
+
+ |
|