[Erp5-report] r8206 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 28 16:43:20 CEST 2006


Author: kevin
Date: Wed Jun 28 16:43:19 2006
New Revision: 8206

URL: http://svn.erp5.org?rev=8206&view=rev
Log:
Fix default string.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml?rev=8206&r1=8205&r2=8206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml Wed Jun 28 16:43:19 2006
@@ -82,11 +82,11 @@
               <div tal:condition="python: len(dialog_actions) > 1"\n
                   class="dialog_selector">\n
                 <label for="dialog_selector"\n
-                      tal:content="python:{\'object_exchange\':\'Exchange Select:\',\n
-                                            \'object_print\':\'Print Select:\',\n
-                                            \'object_search\':\'Search Select:\',\n
-                                            \'object_report\':\'Report Select:\',\n
-                                          }.get(dialog_category, \'Select:\')"\n
+                      tal:content="python: { \'object_exchange\': \'Select Exchange\'\n
+                                           , \'object_print\'   : \'Select Print\'\n
+                                           , \'object_search\'  : \'Select Search\'\n
+                                           , \'object_report\'  : \'Select Report\'\n
+                                           }.get(dialog_category, \'Select\')"\n
                       i18n:translate="" i18n:domain="ui"></label>\n
                 <select name="dialog_select" id="dialog_selector"\n
                         tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doDialog\')">\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log?rev=8206&r1=8205&r2=8206&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log Wed Jun 28 16:43:19 2006
@@ -1,3 +1,6 @@
+2006-06-28 Kevin
+* Fix default string.
+
 2006-06-28 vincent
 * Add compatibility layer to support forms designed for html_style.
 




More information about the Erp5-report mailing list