new labels for table operations; fix CSS
This commit is contained in:
@@ -639,7 +639,7 @@ $this_url_params = array_merge($url_params,
|
|||||||
<?php if (! (isset($db_is_information_schema) && $db_is_information_schema)) { ?>
|
<?php if (! (isset($db_is_information_schema) && $db_is_information_schema)) { ?>
|
||||||
<div id="div_table_removal">
|
<div id="div_table_removal">
|
||||||
<fieldset class="caution">
|
<fieldset class="caution">
|
||||||
<legend><?php echo __('Table removal'); ?></legend>
|
<legend><?php echo __('Delete data or table'); ?></legend>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
@@ -672,7 +672,7 @@ if (! (isset($db_is_information_schema) && $db_is_information_schema)) {
|
|||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
<li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>" onclick="return confirmLink(this, '<?php echo PMA_jsFormat($this_sql_query); ?>')">
|
<li><a href="sql.php<?php echo PMA_generate_common_url($this_url_params); ?>" onclick="return confirmLink(this, '<?php echo PMA_jsFormat($this_sql_query); ?>')">
|
||||||
<?php echo __('Drop the table (DROP)'); ?></a>
|
<?php echo __('Delete the table (DROP)'); ?></a>
|
||||||
<?php echo PMA_showMySQLDocu('SQL-Syntax', 'DROP_TABLE'); ?>
|
<?php echo PMA_showMySQLDocu('SQL-Syntax', 'DROP_TABLE'); ?>
|
||||||
</li>
|
</li>
|
||||||
<?php
|
<?php
|
||||||
|
@@ -1216,7 +1216,7 @@ li#li_flush_privileges {
|
|||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_maintenance {
|
#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_removal, #div_table_maintenance {
|
||||||
min-width: 48%;
|
min-width: 48%;
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
@@ -1167,6 +1167,7 @@ li#li_flush_privileges {
|
|||||||
#div_table_copy,
|
#div_table_copy,
|
||||||
#div_partition_maintenance,
|
#div_partition_maintenance,
|
||||||
#div_referential_integrity,
|
#div_referential_integrity,
|
||||||
|
#div_table_removal,
|
||||||
#div_table_maintenance {
|
#div_table_maintenance {
|
||||||
min-width: 48%;
|
min-width: 48%;
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
|
Reference in New Issue
Block a user