[Erp5-report] r19454 - /erp5admin/trunk/content/erp5admin/erp5admin.xul

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 21 16:22:30 CET 2008


Author: bartek
Date: Thu Feb 21 16:22:30 2008
New Revision: 19454

URL: http://svn.erp5.org?rev=19454&view=rev
Log:
a direct link for downloading a business template from url

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=19454&r1=19453&r2=19454&view=diff
==============================================================================
--- erp5admin/trunk/content/erp5admin/erp5admin.xul (original)
+++ erp5admin/trunk/content/erp5admin/erp5admin.xul Thu Feb 21 16:22:30 2008
@@ -48,7 +48,12 @@
             <menu id="toolbar_tools" tooltiptext="Special tools" label="tools">
                 <menupopup>
                     <menuitem label="activities" id="manage-activities-button" tooltiptext="Show pending activities" oncommand="erp5admin_goto('portal_activities','manageActivities',true,true);"/>
-                    <menuitem label="business templates" id="manage-templates-button" tooltiptext="Go to portal_templates tool" oncommand="erp5admin_goto('portal_templates','view',true,true);"/>
+                    <menu label="business templates" id="manage-templates-menu" tooltiptext="Templates tool">
+                        <menupopup>
+                            <menuitem label="business templates" id="manage-templates-button" tooltiptext="Go to portal_templates tool" oncommand="erp5admin_goto('portal_templates','view',true,true);"/>
+                            <menuitem label="download business template" id="manage-templates-fromurl-button" tooltiptext="Download a business template from url" oncommand="erp5admin_goto('portal_templates','TemplateTool_viewDownloadBusinessTemplateDialog',true,true);"/>
+                        </menupopup>
+                    </menu>
                     <menuitem label="categories" id="manage-categories-button" tooltiptext="Edit category tree" oncommand="erp5admin_goto('portal_categories','view',true,true);"/>
                     <menuitem label="contributions" id="manage-contributions-button" tooltiptext="Use portal contributions" oncommand="erp5admin_goto('portal_contributions','view',true,true);"/>
                     <menuitem label="deliveries" id="manage-deliveries-button" tooltiptext="Go to portal_deliveries tool" oncommand="erp5admin_goto('portal_deliveries','view',true,true);"/>




More information about the Erp5-report mailing list