[Erp5-report] r23390 - in /erp5/trunk/bt5/erp5_wizard: SkinTemplateItem/portal_skins/erp5_w...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 4 10:01:02 CEST 2008


Author: ivan
Date: Thu Sep  4 10:00:48 2008
New Revision: 23390

URL: http://svn.erp5.org?rev=23390&view=rev
Log:
Add i18n at the client side. Improve PT identation.

Modified:
    erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml
    erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml
    erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml
    erp5/trunk/bt5/erp5_wizard/bt/revision

Modified: erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml?rev=23390&r1=23389&r2=23390&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml (original)
+++ erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_successfulConfiguration.xml Thu Sep  4 10:00:48 2008
@@ -47,12 +47,18 @@
 
 <div>\n
 \n
-  <h3>Configuration is over. Enjoy your new ERP5 system!</h3>\n
-  <p> Please click link below. \n
-      You will be redirected to a form in which you can login using \n
-      one of yours newly created ERP5 user accounts.\n
+  <h3 i18n:translate=""\n
+      i18n:domain="ui">Configuration is over. Enjoy your new ERP5 system!</h3>\n
+\n
+  <p i18n:translate=""\n
+     i18n:domain="ui">\n
+    Please click link below. \n
+    You will be redirected to a form in which you can login using \n
+    one of yours newly created ERP5 user accounts.\n
   </p>\n
-  <a tal:attributes="href python: \'%s/logout_wizard\' %here.getPortalObject().absolute_url()"> \n
+  <a i18n:translate=""\n
+     i18n:domain="ui"\n
+     tal:attributes="href python: \'%s/logout_wizard\' %here.getPortalObject().absolute_url()"> \n
     Start using your new ERP5 system\n
   </a>\n
 \n

Modified: erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml?rev=23390&r1=23389&r2=23390&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml (original)
+++ erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_viewNextPossibleActionListRenderer.xml Thu Sep  4 10:00:48 2008
@@ -55,12 +55,15 @@
     tal:define="isAllowedExpress python: here.portal_wizard.getExpressConfigurationPreference(\'preferred_express_user_id\', None) is not None and\n
                                          here.portal_wizard.getExpressConfigurationPreference(\'preferred_express_password\', None) is not None">\n
 \n
-<h5 id="wizard_message" style="visibility:hidden;" tal:content="python:test(isAllowedExpress, \'true\', \'false\')"></h5>\n
-\n
-<script type="text/javascript" src="wizard_helper.js"></script>\n
-<noscript>\n
-Please enable JavaScript in your web browser, otherwise the configuration server does not work properly.\n
-</noscript>\n
+  <h5 id="wizard_message" \n
+      style="visibility:hidden;" \n
+      tal:content="python:test(isAllowedExpress, \'true\', \'false\')"></h5>\n
+  \n
+  <script type="text/javascript" src="wizard_helper.js"></script>\n
+  <noscript>\n
+    Please enable JavaScript in your web browser, otherwise the configuration server \n
+    does not work properly.\n
+  </noscript>\n
 \n
 </tal:block>
 

Modified: erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml?rev=23390&r1=23389&r2=23390&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml (original)
+++ erp5/trunk/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/Wizard_viewInstallationStatus.xml Thu Sep  4 10:00:48 2008
@@ -70,7 +70,8 @@
               tal:content="here/Wizard_generateJavaScript"/>\n
 \n
       <div class="dialog_box">\n
-        <h2>Installation Report</h2>\n
+        <h2 i18n:translate=""\n
+            i18n:domain="ui">Installation Report</h2>\n
   \n
         <div id="server_installation_status" \n
             tal:content="structure here/portal_wizard/getInstallationStatusReportFromServer">\n

Modified: erp5/trunk/bt5/erp5_wizard/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/bt/revision?rev=23390&r1=23389&r2=23390&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/bt/revision (original)
+++ erp5/trunk/bt5/erp5_wizard/bt/revision Thu Sep  4 10:00:48 2008
@@ -1,1 +1,1 @@
-69
+72




More information about the Erp5-report mailing list