use better image for CREATE VIEW, thanks to Michael Keck
This commit is contained in:
@@ -2118,7 +2118,7 @@ function PMA_displayResultsOperations($the_disp_mode, $analyzed_sql) {
|
||||
echo ' ' . "\n";
|
||||
echo PMA_linkOrButton(
|
||||
'view_create.php' . $url_query,
|
||||
($GLOBALS['cfg']['PropertiesIconic'] ? '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 's_views.png" height="16" width="16" alt="CREATE VIEW" />' : '') . 'CREATE VIEW',
|
||||
($GLOBALS['cfg']['PropertiesIconic'] ? '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_views.png" height="16" width="16" alt="CREATE VIEW" />' : '') . 'CREATE VIEW',
|
||||
'', true, true, '') . "\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user