Skip to content

Commit

Permalink
reorder and republish privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
husseinalhammad committed Apr 21, 2020
1 parent 6be7d78 commit b9d07ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pipit_catalog/modes/list.smartbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@
'title' => $Lang->get('Reorder'),
'link' => $API->app_nav().'/reorder/',
'icon' => 'core/menu',
'position' => 'end',
'position' => 'end',
'priv' => 'pipit_catalog.reorder'
]);

$ParentSmartbar->add_item([
'active' => $smartbar_selection=='republish',
'title' => $Lang->get('Republish'),
'link' => $API->app_nav().'/republish/',
'icon' => 'core/documents',
'position' => 'end',
'position' => 'end',
'priv' => 'pipit_catalog.republish'
]);

echo $ParentSmartbar->render();

0 comments on commit b9d07ea

Please sign in to comment.