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
- -