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