[Erp5-report] r33152 ivan - in /erp5/trunk/bt5/erp5_dms: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 26 16:27:22 CET 2010


Author: ivan
Date: Fri Feb 26 16:27:21 2010
New Revision: 33152

URL: http://svn.erp5.org?rev=33152&view=rev
Log:
Clean up.

Modified:
    erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_processAdvancedSearch.xml
    erp5/trunk/bt5/erp5_dms/bt/revision

Modified: erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_processAdvancedSearch.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_processAdvancedSearch.xml?rev=33152&r1=33151&r2=33152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_processAdvancedSearch.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_processAdvancedSearch.xml [utf8] Fri Feb 26 16:27:21 2010
@@ -54,14 +54,12 @@
         <item>
             <key> <string>_body</string> </key>
             <value> <string>"""\n
-  Puts all the arguments from advanced search dialog together as parseable search string\n
-  sets in on the request and passes on to search\n
+  Puts all the arguments from advanced search dialog form together as \n
+  a parseable search string. Set it in the request to pass it \n
+  on to search form.\n
 """\n
-\n
-req = context.REQUEST\n
-sstr = context.Base_assembleSearchString()\n
-\n
-req.set(\'searchabletext\', sstr)\n
+searchabletext = context.Base_assembleSearchString()\n
+context.REQUEST.set(\'searchabletext\', searchabletext)\n
 return context.Base_viewAdvancedSearchResultList()\n
 </string> </value>
         </item>
@@ -103,8 +101,7 @@
                             <string>kw</string>
                             <string>_getattr_</string>
                             <string>context</string>
-                            <string>req</string>
-                            <string>sstr</string>
+                            <string>searchabletext</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/bt5/erp5_dms/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/bt/revision?rev=33152&r1=33151&r2=33152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_dms/bt/revision [utf8] Fri Feb 26 16:27:21 2010
@@ -1,1 +1,1 @@
-1073
+1075




More information about the Erp5-report mailing list