From 8ca90511d6f6df63300be928522b25137188a610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Oct 2004 16:49:34 +0000 Subject: [PATCH] Show box for creating database here (RFE #869814). --- ChangeLog | 1 + server_databases.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3bcf0aaaf..71259d40d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ $Source$ * main.php: Don't display server choice here, if also in left frame (RFE #984153). * libraries/common.lib.php: Fix navigation reloading. + * server_databases.php: Show box for creating database here (RFE #869814). 2004-10-20 Marc Delisle * libraries/common.lib.php: there was already a tip icon in our collection, diff --git a/server_databases.php b/server_databases.php index 9c5411144..fc24c38ad 100644 --- a/server_databases.php +++ b/server_databases.php @@ -391,6 +391,26 @@ if (count($statistics) > 0) { echo $strNoDatabases . "\n"; } +/** + * Create new database. + */ +?> + +
+
+ + + + = 40101) { + require_once('./libraries/mysql_charsets.lib.php'); + echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'db_collation', NULL, NULL, TRUE, 5); +} + ?> + +
+ +