[Erp5-report] r23399 - /erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 4 12:45:50 CEST 2008


Author: ivan
Date: Thu Sep  4 12:45:46 2008
New Revision: 23399

URL: http://svn.erp5.org?rev=23399&view=rev
Log:
Remove hard coded message (now it's delivered by corresponding form which provides i18n as well).


Modified:
    erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py

Modified: erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py?rev=23399&r1=23398&r2=23399&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py (original)
+++ erp5/trunk/products/ERP5Wizard/Tool/WizardTool.py Thu Sep  4 12:45:46 2008
@@ -545,13 +545,7 @@
        0 == portal_activities.countMessageWithTag('initialERP5Setup'):
       html = self.WizardTool_successfulConfiguration()
     else:
-      html = """<h3> Installation is running. 
-                     Please be patient and do not move from current page until you get 
-                     confirmation that installation is over in about 5 minutes.</h3>"""
-      # TODO: add a progress bar (needs to install business templates
-      # separatly, with a specific tag)
-      # TODO: display some presentation, marketing images during install (like
-      # in a mandriva linux installer)
+      html = self.WizardTool_viewRunningInstallationMessageRenderer()
     return html
     
   security.declarePublic(Permissions.AccessContentsInformation, 'getInstallationStatusReportFromServer')




More information about the Erp5-report mailing list