[Erp5-report] r9478 - in /erp5/trunk/products/ERP5: Tool/ bootstrap/erp5_core/SkinTemplateI...

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Aug 26 18:26:13 CEST 2006


Author: jerome
Date: Sat Aug 26 18:26:04 2006
New Revision: 9478

URL: http://svn.erp5.org?rev=9478&view=rev
Log:
typo in getDefaultBusinessTemplateDownloadURL


Modified:
    erp5/trunk/products/ERP5/Tool/TemplateTool.py
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml

Modified: erp5/trunk/products/ERP5/Tool/TemplateTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/TemplateTool.py?rev=9478&r1=9477&r2=9478&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/TemplateTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/TemplateTool.py Sat Aug 26 18:26:04 2006
@@ -143,8 +143,8 @@
       return built_bts
 
     security.declareProtected(Permissions.ManagePortal,
-                              'getDefaultBusinessTemplateDownladURL')
-    def getDefaultBusinessTemplateDownladURL(self):
+                              'getDefaultBusinessTemplateDownloadURL')
+    def getDefaultBusinessTemplateDownloadURL(self):
       """Returns the default download URL for business templates.
       """
       return "file://%s/" % pathname2url(

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml?rev=9478&r1=9477&r2=9478&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml Sat Aug 26 18:26:04 2006
@@ -263,7 +263,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/getDefaultBusinessTemplateDownladURL</string> </value>
+            <value> <string>here/getDefaultBusinessTemplateDownloadURL</string> </value>
         </item>
       </dictionary>
     </pickle>




More information about the Erp5-report mailing list