GIF -> PNG

This commit is contained in:
Alexander M. Turek
2003-02-05 18:08:50 +00:00
parent 24337ae94c
commit d0b93139f6
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ $Source$
* 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.
* 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>
* tbl_replace.php3, tbl_replace_fields.php3: do not display the

View File

@@ -151,7 +151,7 @@ if ($num_dbs > 0) {
}
$img_tag = '&nbsp;' . "\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) . '"'
. ' title="' . (($sort_order == 'asc') ? $strAscending : $strDescending) . '" />';
// Default order is ascending for db name, descending for sizes