use better image for CREATE VIEW, thanks to Michael Keck

This commit is contained in:
Marc Delisle
2007-09-02 19:27:05 +00:00
parent b3f0d21219
commit b3b4aecd15

View File

@@ -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";
}