Use view_add icon for view adding
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
9f103f3610
commit
cd12c15d25
@ -4852,7 +4852,7 @@ class PMA_DisplayResults
|
||||
. PMA_Util::linkOrButton(
|
||||
'view_create.php' . $url_query,
|
||||
PMA_Util::getIcon(
|
||||
'b_views.png', __('Create view'), true
|
||||
'b_view_add.png', __('Create view'), true
|
||||
),
|
||||
array('class' => 'create_view' . $ajax_class), true, true, ''
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user