Commit 8148dd2f authored by Ivan Tyagov's avatar Ivan Tyagov

Add dedicated form for showing (i18n enabled) user message for running installation process.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40d10318
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<h3 i18n:translate=""\n
i18n:domain="ui"> \n
ERP5 installation process is running.</h3>\n
\n
<p i18n:translate=""\n
i18n:domain="ui"> \n
Please be patient and do not move from current page until you get \n
confirmation that the installation is over. \n
It will last approximately 5 to 10 minutes.\n
</p>\n
]]></string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WizardTool_viewRunningInstallationMessageRenderer</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Successful Installation Confirmation</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -122,7 +122,8 @@ IDEAS:\n
margin: 0.5em; \n
border:1px solid #3D5474;\n
background-color: #BAD0F0;">\n
<h1> ERP5 Express Configuration </h1>\n
<h1 i18n:translate=""\n
i18n:domain="ui"> ERP5 Express Configuration </h1>\n
</div>\n
<!--\n
<div id="bars">\n
......
72
\ No newline at end of file
73
\ No newline at end of file
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