new labels for table operations; fix CSS

This commit is contained in:
Marc Delisle
2010-07-28 05:44:03 -04:00
parent 2047ae28a5
commit 2816b870c3
3 changed files with 4 additions and 3 deletions

View File

@@ -639,7 +639,7 @@ $this_url_params = array_merge($url_params,
<?php if (! (isset($db_is_information_schema) && $db_is_information_schema)) { ?>
<div id="div_table_removal">
<fieldset class="caution">
<legend><?php echo __('Table removal'); ?></legend>
<legend><?php echo __('Delete data or table'); ?></legend>
<ul>
<?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); ?>')">
<?php echo __('Drop the table (DROP)'); ?></a>
<?php echo __('Delete the table (DROP)'); ?></a>
<?php echo PMA_showMySQLDocu('SQL-Syntax', 'DROP_TABLE'); ?>
</li>
<?php

View File

@@ -1216,7 +1216,7 @@ li#li_flush_privileges {
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%;
float: <?php echo $left; ?>;
}

View File

@@ -1167,6 +1167,7 @@ li#li_flush_privileges {
#div_table_copy,
#div_partition_maintenance,
#div_referential_integrity,
#div_table_removal,
#div_table_maintenance {
min-width: 48%;
float: <?php echo $left; ?>;