From 9ea25c2a937c6527f8b615a121146a8cd421b31c Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Thu, 4 Sep 2008 10:45:46 +0000
Subject: [PATCH] Remove hard coded message (now it's delivered by
 corresponding form which provides i18n as well).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23399 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Wizard/Tool/WizardTool.py | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/product/ERP5Wizard/Tool/WizardTool.py b/product/ERP5Wizard/Tool/WizardTool.py
index 6d90bf9d45..128f4352f1 100644
--- a/product/ERP5Wizard/Tool/WizardTool.py
+++ b/product/ERP5Wizard/Tool/WizardTool.py
@@ -545,13 +545,7 @@ class WizardTool(BaseTool):
        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')
-- 
2.30.9