manageAssets => assetManager
This commit is contained in:
parent
af061533ad
commit
107792cca4
1 changed files with 1 additions and 1 deletions
|
|
@ -1298,7 +1298,7 @@ sub getToolbar {
|
||||||
$output .= 'contextMenu.addLink("'.$self->getUrl("func=demote").'","'.$i18n->get("demote").'");';
|
$output .= 'contextMenu.addLink("'.$self->getUrl("func=demote").'","'.$i18n->get("demote").'");';
|
||||||
}
|
}
|
||||||
if ($userUiLevel >= $uiLevels->{"manage"}) {
|
if ($userUiLevel >= $uiLevels->{"manage"}) {
|
||||||
$output .= 'contextMenu.addLink("'.$self->getUrl("op=manageAssets").'","'.$i18n->get("manage").'");';
|
$output .= 'contextMenu.addLink("'.$self->getUrl("op=assetManager").'","'.$i18n->get("manage").'");';
|
||||||
}
|
}
|
||||||
$output .= 'contextMenu.print();
|
$output .= 'contextMenu.print();
|
||||||
//]]>
|
//]]>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue