[Erp5-report] r21363 - /erp5admin/trunk/content/erp5admin/erp5admin.xul
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jun 5 19:43:58 CEST 2008
Author: bartek
Date: Thu Jun 5 19:43:55 2008
New Revision: 21363
URL: http://svn.erp5.org?rev=21363&view=rev
Log:
localizer goes straight to ui; added jump to portal_actions tool;
Modified:
erp5admin/trunk/content/erp5admin/erp5admin.xul
Modified: erp5admin/trunk/content/erp5admin/erp5admin.xul
URL: http://svn.erp5.org/erp5admin/trunk/content/erp5admin/erp5admin.xul?rev=21363&r1=21362&r2=21363&view=diff
==============================================================================
--- erp5admin/trunk/content/erp5admin/erp5admin.xul (original)
+++ erp5admin/trunk/content/erp5admin/erp5admin.xul Thu Jun 5 19:43:55 2008
@@ -49,6 +49,7 @@
</menu>
<menu id="toolbar_tools" tooltiptext="Special tools" label="tools">
<menupopup>
+ <menuitem label="actions" id="manage-actions-button" tooltiptext="Show pending actions" oncommand="erp5admin_goto('portal_actions','manage_editActionsForm',true,true);"/>
<menuitem label="activities" id="manage-activities-button" tooltiptext="Show pending activities" oncommand="erp5admin_goto('portal_activities','manageActivities',true,true);"/>
<menu label="business templates" id="manage-templates-menu" tooltiptext="Templates tool">
<menupopup>
@@ -89,7 +90,7 @@
<menuitem label="Site manage" id="manage-site-button" tooltiptext="Manage site" oncommand="erp5admin_goto('','manage_main',true,true);"/>
<menuitem label="Server manage" id="manage-server-button" tooltiptext="Manage Zope server" oncommand="erp5admin_goto('..','manage_main',true,true);"/>
<menuitem label="clear cache" id="manage-clearcache-item" tooltiptext="Clear cache" oncommand="erp5admin_clearAllCache()"/>
- <menuitem label="Localizer" id="manage-localizer-button" tooltiptext="Localizer" oncommand="erp5admin_goto('','Localizer/manage_main',true,true);"/>
+ <menuitem label="Localizer" id="manage-localizer-button" tooltiptext="Localizer" oncommand="erp5admin_goto('','Localizer/erp5_ui/manage_workspace',true,true);"/>
<menuitem label="Error log" id="manage-errorlog-button" tooltiptext="Show error_log" oncommand="erp5admin_goto('error_log','manage_main',true,true);"/>
<menu id="reindex-site-menu" label="Reindex" tooltiptext="Reindex options">
<menupopup>
More information about the Erp5-report
mailing list