Make order of icons same as on table view (RFE #1047874).

This commit is contained in:
Michal Čihař
2005-06-27 16:34:20 +00:00
parent 0ac7584d82
commit 755bc18e61
2 changed files with 7 additions and 5 deletions

View File

@@ -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:

View File

@@ -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