op=manageAssets => op=assetManager

This commit is contained in:
Colin Kuskie 2008-06-12 04:44:15 +00:00
parent 107792cca4
commit 578d28537a
5 changed files with 5 additions and 5 deletions

View file

@ -312,7 +312,7 @@ sub getToolbar {
return '<script type="text/javascript">
var contextMenu = new contextMenu_createWithImage("'.$self->getIcon(1).'","'.$self->getId.'","'.$self->getName.'");
contextMenu.addLink("'.$self->getUrl("func=copy").'","'.$i18n->get("copy").'");
contextMenu.addLink("'.$self->getUrl("op=manageAssets").'","'.$i18n->get("manage").'");
contextMenu.addLink("'.$self->getUrl("op=assetManager").'","'.$i18n->get("manage").'");
contextMenu.addLink("'.$self->getUrl.'","'.$i18n->get("view").'");
contextMenu.print();
</script>'.$toolbar;