Make order of icons same as on table view (RFE #1047874).
This commit is contained in:
@@ -10,7 +10,9 @@ $Source$
|
||||
#1226666).
|
||||
* db_details_links.php: Place export tab on same place as on table page
|
||||
(RFE #1047874).
|
||||
* tbl_properties_links.php: Switch browse and properties tabs (RFE #1047874).
|
||||
* tbl_properties_links.php: Switch browse and properties tabs
|
||||
* db_details_structure.php: Make order of icons same as on table view (RFE
|
||||
#1047874).
|
||||
|
||||
2005-06-24 Michal Čihař <michal@cihar.com>
|
||||
* tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
|
||||
|
@@ -263,6 +263,10 @@ else {
|
||||
?>
|
||||
</td>
|
||||
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
|
||||
<a href="tbl_properties_structure.php?<?php echo $tbl_url_query; ?>">
|
||||
<?php echo $titles['Structure']; ?></a>
|
||||
</td>
|
||||
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
|
||||
<?php
|
||||
if (!empty($sts_data['Rows']) || $is_view || (PMA_MYSQL_INT_VERSION >= 50000 && $db == 'information_schema')) {
|
||||
echo '<a href="tbl_select.php?' . $tbl_url_query . '">'
|
||||
@@ -286,10 +290,6 @@ else {
|
||||
?>
|
||||
</td>
|
||||
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
|
||||
<a href="tbl_properties_structure.php?<?php echo $tbl_url_query; ?>">
|
||||
<?php echo $titles['Structure']; ?></a>
|
||||
</td>
|
||||
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
|
||||
<?php
|
||||
if (!empty($sts_data['Rows'])) {
|
||||
echo '<a href="sql.php?' . $tbl_url_query
|
||||
|
Reference in New Issue
Block a user