diff --git a/pipit_catalog/modes/list.smartbar.php b/pipit_catalog/modes/list.smartbar.php index 78242c6..2e1c562 100644 --- a/pipit_catalog/modes/list.smartbar.php +++ b/pipit_catalog/modes/list.smartbar.php @@ -39,7 +39,8 @@ 'title' => $Lang->get('Reorder'), 'link' => $API->app_nav().'/reorder/', 'icon' => 'core/menu', - 'position' => 'end', + 'position' => 'end', + 'priv' => 'pipit_catalog.reorder' ]); $ParentSmartbar->add_item([ @@ -47,7 +48,8 @@ 'title' => $Lang->get('Republish'), 'link' => $API->app_nav().'/republish/', 'icon' => 'core/documents', - 'position' => 'end', + 'position' => 'end', + 'priv' => 'pipit_catalog.republish' ]); echo $ParentSmartbar->render(); \ No newline at end of file