Skip to content

Commit

Permalink
Adding Options Button (#12033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker authored and rdeutz committed Sep 16, 2016
1 parent 91749f8 commit 937295f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions administrator/components/com_menus/views/items/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ protected function addToolbar()
JToolbarHelper::trash('items.trash');
}

if ($canDo->get('core.admin') || $canDo->get('core.options'))
{
JToolbarHelper::divider();
JToolbarHelper::preferences('com_menus');
}

JToolbarHelper::help('JHELP_MENUS_MENU_ITEM_MANAGER');
}

Expand Down

0 comments on commit 937295f

Please sign in to comment.