diff --git a/db_operations.php b/db_operations.php index 46591bc31..e49ddcb0d 100644 --- a/db_operations.php +++ b/db_operations.php @@ -349,14 +349,17 @@ if ($db == 'information_schema') { } if (!$is_information_schema) { - - require './libraries/display_create_table.lib.php'; - + ?> +
+ +
+ +
@@ -371,6 +374,7 @@ if (!$is_information_schema) {
+
+
method="post" action="db_operations.php" onsubmit="return emptyFormElements(this, 'newname')"> " />
+
+
+
+
method="post" action="db_operations.php" onsubmit="return emptyFormElements(this, 'newname')"> " />
- +
' . "\n" . '' . "\n" - . '
' . "\n"; + . '' . "\n"; if ($num_tables > 0 && !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) { @@ -581,12 +590,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> /* * Export Relational Schema View */ - echo '
'; + echo '
'; if ($cfg['PropertiesIconic']) { echo ''; } - echo __('Edit or export relational schema') . '
'; + echo __('Edit or export relational schema') . '
'; } // end if /** diff --git a/tbl_operations.php b/tbl_operations.php index 3c8b5dd45..04f1165fd 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -253,7 +253,7 @@ unset($local_query); */ ?> -
+
@@ -279,7 +279,7 @@ unset($columns);
-
+
@@ -339,7 +339,7 @@ if (strstr($show_comment, '; InnoDB free') === false) { ?> -
+
@@ -518,7 +518,7 @@ if (isset($possible_row_formats[$tbl_type])) {
-
+
@@ -581,7 +581,7 @@ if (isset($possible_row_formats[$tbl_type])) {
-
+
@@ -668,7 +668,7 @@ $this_url_params = array_merge($url_params,
-
+
@@ -699,7 +699,7 @@ if (! (isset($db_is_information_schema) && $db_is_information_schema)) { 'reload' => '1', 'purge' => '1', 'message_to_show' => sprintf(($tbl_is_view ? __('View %s has been dropped') : __('Table %s has been dropped')), htmlspecialchars($table)), - // table name is needed to avoid running + // table name is needed to avoid running // PMA_relationsCleanupDatabase() on the whole db later 'table' => $GLOBALS['table'], )); @@ -722,7 +722,7 @@ if (! (isset($db_is_information_schema) && $db_is_information_schema)) { // show the Partition maintenance section only if we detect a partition if (! is_null($partition_names[0])) { ?> -
+
@@ -777,7 +777,7 @@ if ($cfgRelation['relwork'] && ! $is_innodb) { if ($foreign) { ?> -
+
    diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 9f944e84c..27d931bb6 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1251,29 +1251,14 @@ li#li_user_preferences { float: ; } -#div_table_order { +.operations_half_width { min-width: 48%; float: ; } -#div_table_rename { - min-width: 48%; - float: ; -} - -#div_table_copy, -#div_partition_maintenance, -#div_referential_integrity, -#div_table_removal, -#div_table_maintenance { - min-width: 48%; - float: ; -} - -#div_table_options { +.operations_full_width { + width: 100%; clear: both; - min-width: 48%; - float: ; } #qbe_div_table_list { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 2107354a0..4d18832f6 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -599,11 +599,11 @@ div.footnotes { padding: 0.3em; - + -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; - + -moz-box-shadow: 0 1px 1px #fff inset; -webkit-box-shadow: 0 1px 1px #fff inset; box-shadow: 0 1px 1px #fff inset; @@ -1546,29 +1546,14 @@ li#li_user_preferences { float: ; } -#div_table_order { +.operations_half_width { min-width: 48%; float: ; } -#div_table_rename { - min-width: 48%; - float: ; -} - -#div_table_copy, -#div_partition_maintenance, -#div_referential_integrity, -#div_table_removal, -#div_table_maintenance { - min-width: 48%; - float: ; -} - -#div_table_options { +.operations_full_width { + width: 100%; clear: both; - min-width: 48%; - float: ; } #qbe_div_table_list {