Search icon centering

This commit is contained in:
Marc Delisle
2005-04-14 14:41:13 +00:00
parent f3fd6bfc80
commit 3ca4b158d7
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-04-14 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: Search icon centering
2005-04-13 Marc Delisle <lem9@users.sourceforge.net> 2005-04-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_alter.php: undefined $field_comments * tbl_alter.php: undefined $field_comments

View File

@@ -262,7 +262,7 @@ else {
} }
?> ?>
</td> </td>
<td bgcolor="<?php echo $bgcolor; ?>"> <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 . '">'