From 9754eb602f87910c531a8c0acc81bf246e0705e1 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 3 Nov 2015 01:09:40 +0200 Subject: [PATCH] no suspend on user level --- web/templates/user/list_cron.html | 11 --------- web/templates/user/list_db.html | 16 +++---------- web/templates/user/list_dns.html | 11 --------- web/templates/user/list_dns_rec.html | 9 ++++---- web/templates/user/list_mail.html | 11 --------- web/templates/user/list_mail_acc.html | 11 --------- web/templates/user/list_search.html | 33 --------------------------- web/templates/user/list_user.html | 11 --------- web/templates/user/list_web.html | 11 --------- 9 files changed, 7 insertions(+), 117 deletions(-) diff --git a/web/templates/user/list_cron.html b/web/templates/user/list_cron.html index a91caafc2..d6493d3ed 100644 --- a/web/templates/user/list_cron.html +++ b/web/templates/user/list_cron.html @@ -41,8 +41,6 @@ '.__('turn off notifications').''; ?> '.__('turn on notifications').''; ?> - - @@ -91,15 +89,6 @@ sort-date="" sort-nam
-
diff --git a/web/templates/user/list_db.html b/web/templates/user/list_db.html index dff13d0dd..4c3d4ec9f 100644 --- a/web/templates/user/list_db.html +++ b/web/templates/user/list_db.html @@ -23,13 +23,13 @@ if ($data[$key]['TYPE'] == 'mysql'){ $mysql = 1; - $db_admin_link = "http://".$http_host."/phpmyadmin/"; + $db_myadmin_link = "http://".$http_host."/phpmyadmin/"; if (!empty($_SESSION['DB_PMA_URL'])) $db_myadmin_link = $_SESSION['DB_PMA_URL']; } if ($data[$key]['TYPE'] == 'pgsql'){ $pgsql = 1; - $db_admin_link = "http://".$http_host."/phppgadmin/"; + $db_pgadmin_link = "http://".$http_host."/phppgadmin/"; if (!empty($_SESSION['DB_PGA_URL'])) $db_pgadmin_link = $_SESSION['DB_PGA_URL']; } @@ -41,6 +41,7 @@ echo 'phpPgAdmin'; } ?> +
@@ -61,8 +62,6 @@
@@ -121,15 +120,6 @@ sort-user="" sort-server="" so
- -