Commit 9ea25c2a authored by Ivan Tyagov's avatar Ivan Tyagov

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
parent 8148dd2f
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment