From 67a29ff4954cf768507d82c88f23532d2aa9cb97 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 5 Mar 2014 12:17:15 -0800 Subject: [PATCH] Move the database refresh link --- adminer/include/connect.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adminer/include/connect.inc.php b/adminer/include/connect.inc.php index 298f6579..0f3a0cdd 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -32,7 +32,7 @@ function connect_error() { echo "\n"; echo "" . (support("database") ? "
 " : "") - . "" . lang('Database') + . "" . lang('Database') . " - " . lang('Refresh') . "" . "" . lang('Collation') . "" . lang('Tables') . "" . lang('Size') . " - " . lang('Compute') . "" @@ -64,7 +64,6 @@ function connect_error() { echo "\n"; echo "\n"; } - echo "

" . lang('Refresh') . "\n"; } page_footer("db");