wrong icon
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
||||
2005-03-03 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
|
||||
with "str").
|
||||
* header.inc.php: Wrong icon for views.
|
||||
|
||||
2005-03-02 Michal Čihař <michal@cihar.com>
|
||||
* libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
|
||||
|
@@ -202,7 +202,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
||||
. '<td class="serverinfo">' . ($GLOBALS['tbl_is_view'] ? $GLOBALS['strView'] : $GLOBALS['strTable']) . ': '
|
||||
. '<a href="' . $GLOBALS['cfg']['DefaultTabTable'] . '?' . PMA_generate_common_url($GLOBALS['db'], $GLOBALS['table']) . '">';
|
||||
if ($GLOBALS['cfg']['MainPageIconic']) {
|
||||
echo '<img src="' . $GLOBALS['pmaThemeImage'] . ($GLOBALS['tbl_is_view'] ? 'b_view' : 's_tbl') . '.png" width="16" height="16" border="0" alt="' . htmlspecialchars($GLOBALS['table']) . '" />';
|
||||
echo '<img src="' . $GLOBALS['pmaThemeImage'] . ($GLOBALS['tbl_is_view'] ? 'b_views' : 's_tbl') . '.png" width="16" height="16" border="0" alt="' . htmlspecialchars($GLOBALS['table']) . '" />';
|
||||
}
|
||||
echo htmlspecialchars($GLOBALS['table']) . '</a>' . "\n"
|
||||
. '</td>' . "\n\n";
|
||||
|
Reference in New Issue
Block a user