[Erp5-report] r10585 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 5 19:59:07 CEST 2006


Author: vincent
Date: Thu Oct  5 19:59:03 2006
New Revision: 10585

URL: http://svn.erp5.org?rev=10585&view=rev
Log:
Update Folder_print to work with new ERP5XhtmlStyle_filterParameterList.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Folder_print.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Folder_print.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Folder_print.xml?rev=10585&r1=10584&r2=10585&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Folder_print.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Folder_print.xml Thu Oct  5 19:59:03 2006
@@ -69,7 +69,6 @@
         <item>
             <key> <string>_body</string> </key>
             <value> <string>kw.update(context.REQUEST.form)\n
-kw[\'dialog_category\'] = \'object_print\'\n
 context.ERP5XhtmlStyle_prepareAction(**kw)\n
 \n
 print_action_list = context.portal_actions.listFilteredActionsFor(context)[\'object_print\']\n
@@ -78,7 +77,7 @@
 if len(print_action_list) == 1:\n
   return context.ERP5XhtmlStyle_redirect(print_action_list[0][\'url\'], **kw)\n
 else:\n
-  return context.ERP5XhtmlStyle_redirect(\'%s/Base_print\' % (context.absolute_url(), ), **kw)\n
+  return context.ERP5XhtmlStyle_redirect(\'%s/Base_print\' % (context.absolute_url(), ), keep_items={\'dialog_category\': \'object_print\'}, **kw)\n
 </string> </value>
         </item>
         <item>
@@ -125,7 +124,6 @@
                             <string>kw</string>
                             <string>_getattr_</string>
                             <string>context</string>
-                            <string>_write_</string>
                             <string>_apply_</string>
                             <string>_getitem_</string>
                             <string>print_action_list</string>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=10585&r1=10584&r2=10585&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Oct  5 19:59:03 2006
@@ -1,1 +1,1 @@
-251
+252




More information about the Erp5-report mailing list