bug [navi] Wrong icon for view (MySQL 5.5)
This commit is contained in:
@@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
|
|||||||
- bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false
|
- bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false
|
||||||
- bug #3418849 [interface] Inline edit shows dropdowns even after closing
|
- bug #3418849 [interface] Inline edit shows dropdowns even after closing
|
||||||
- bug [view] View renaming did not work
|
- bug [view] View renaming did not work
|
||||||
|
- bug [navi] Wrong icon for view (MySQL 5.5)
|
||||||
|
|
||||||
3.4.6.0 (not yet released)
|
3.4.6.0 (not yet released)
|
||||||
- patch #3404173 InnoDB comment display with tooltips/aliases
|
- patch #3404173 InnoDB comment display with tooltips/aliases
|
||||||
|
@@ -625,7 +625,8 @@ function PMA_displayTableList($tables, $visible = false,
|
|||||||
.'&goto=' . $GLOBALS['cfg']['LeftDefaultTabTable']
|
.'&goto=' . $GLOBALS['cfg']['LeftDefaultTabTable']
|
||||||
. '" >'
|
. '" >'
|
||||||
.'<img class="icon"';
|
.'<img class="icon"';
|
||||||
if ('VIEW' === strtoupper($table['Comment'])) {
|
|
||||||
|
if (PMA_Table::isView($table_db, $table['Name'])) {
|
||||||
echo ' src="' . $GLOBALS['pmaThemeImage'] . 's_views.png"';
|
echo ' src="' . $GLOBALS['pmaThemeImage'] . 's_views.png"';
|
||||||
} else {
|
} else {
|
||||||
echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"';
|
echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"';
|
||||||
|
Reference in New Issue
Block a user