Search icon centering
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* tbl_alter.php: undefined $field_comments
|
||||
|
||||
|
@@ -262,7 +262,7 @@ else {
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<td bgcolor="<?php echo $bgcolor; ?>">
|
||||
<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 . '">'
|
||||
|
Reference in New Issue
Block a user