[Erp5-report] r8205 - in /erp5/trunk/bt5/erp5_html_style: SkinTemplateItem/portal_skins/erp...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 28 16:42:31 CEST 2006


Author: kevin
Date: Wed Jun 28 16:42:30 2006
New Revision: 8205

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

Modified:
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml
    erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_dialog.xml
    erp5/trunk/bt5/erp5_html_style/bt/change_log

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml?rev=8205&r1=8204&r2=8205&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_dialog.xml Wed Jun 28 16:42:30 2006
@@ -100,11 +100,11 @@
           <tr tal:condition="request/dialog_category | nothing"\n
               tal:define="dialog_category request/dialog_category | nothing">\n
             <td i18n:translate="" i18n:domain="ui" \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:\')">Search Type:</td>\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\')">Search Type</td>\n
             <td valign="middle" align="right" nowrap\n
                 tal:define="actions python:filtered_actions[dialog_category]">\n
               <input type="hidden" name="dialog_category" value="dialog_category"\n

Modified: erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_dialog.xml?rev=8205&r1=8204&r2=8205&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_dialog.xml (original)
+++ erp5/trunk/bt5/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_list_dialog.xml Wed Jun 28 16:42:30 2006
@@ -93,11 +93,11 @@
           <tr tal:condition="request/dialog_category | nothing"\n
               tal:define="dialog_category request/dialog_category | nothing">\n
             <td i18n:translate="" i18n:domain="ui" \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:\')">Search Type:</td>\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\')">Search Type</td>\n
             <td valign="middle" align="right" nowrap\n
                 tal:define="actions python:filtered_actions[dialog_category]">\n
               <input type="hidden" name="dialog_category" value="dialog_category"\n

Modified: erp5/trunk/bt5/erp5_html_style/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_html_style/bt/change_log?rev=8205&r1=8204&r2=8205&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_html_style/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_html_style/bt/change_log Wed Jun 28 16:42:30 2006
@@ -1,3 +1,6 @@
+2006-06-28 Kevin
+* Fix default string.
+
 2006-06-21 Kevin
 * In editable mode, enclose main content in a div to act as a fieldgroup.
 




More information about the Erp5-report mailing list