GIF -> PNG
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
|
* db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
|
||||||
the SQL query box for Opera 7 for Windows in order to avoid trouble here.
|
the SQL query box for Opera 7 for Windows in order to avoid trouble here.
|
||||||
* Documentation.html: Removed FAQ entry about Opera 7.
|
* Documentation.html: Removed FAQ entry about Opera 7.
|
||||||
|
* db_stats.php3: One <img> tag still pointed to a GIF file.
|
||||||
|
|
||||||
2003-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
2003-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_replace.php3, tbl_replace_fields.php3: do not display the
|
* tbl_replace.php3, tbl_replace_fields.php3: do not display the
|
||||||
|
@@ -151,7 +151,7 @@ if ($num_dbs > 0) {
|
|||||||
}
|
}
|
||||||
$img_tag = ' ' . "\n"
|
$img_tag = ' ' . "\n"
|
||||||
. ' '
|
. ' '
|
||||||
. '<img src="./images/' . $sort_order . '_order.gif" border="0" width="7" height="7"'
|
. '<img src="./images/' . $sort_order . '_order.png" border="0" width="7" height="7"'
|
||||||
. ' alt="' . (($sort_order == 'asc') ? $strAscending : $strDescending) . '"'
|
. ' alt="' . (($sort_order == 'asc') ? $strAscending : $strDescending) . '"'
|
||||||
. ' title="' . (($sort_order == 'asc') ? $strAscending : $strDescending) . '" />';
|
. ' title="' . (($sort_order == 'asc') ? $strAscending : $strDescending) . '" />';
|
||||||
// Default order is ascending for db name, descending for sizes
|
// Default order is ascending for db name, descending for sizes
|
||||||
|
Reference in New Issue
Block a user