Skip to content

Commit

Permalink
We have a specific alert when deleting Menus
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Jan 28, 2016
1 parent e4b9014 commit 1ad402d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected function addToolbar()
if ($canDo->get('core.delete'))
{
JToolbarHelper::divider();
JToolbarHelper::deleteList('JGLOBAL_CONFIRM_DELETE', 'menus.delete', 'JTOOLBAR_DELETE');
JToolbarHelper::deleteList('COM_MENUS_MENU_CONFIRM_DELETE', 'menus.delete', 'JTOOLBAR_DELETE');
}

JToolbarHelper::custom('menus.rebuild', 'refresh.png', 'refresh_f2.png', 'JTOOLBAR_REBUILD', false);
Expand Down

0 comments on commit 1ad402d

Please sign in to comment.