Ajaxified Create Database action. Have to append newly created db to table yet though

This commit is contained in:
ninadsp
2010-07-31 02:25:29 +05:30
parent b19fa7c60f
commit e6f083c703
3 changed files with 33 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ require_once './libraries/check_user_privileges.lib.php';
if ($is_create_db_priv) {
// The user is allowed to create a db
?>
<form method="post" action="db_create.php"><strong>
<form method="post" action="db_create.php" id="create_database_form" ><strong>
<?php echo '<label for="text_create_db">' . __('Create new database') . '</label>&nbsp;' . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?></strong><br />
<?php echo PMA_generate_common_hidden_inputs('', '', 5); ?>
<input type="hidden" name="reload" value="1" />