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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 10 18:38:18 CEST 2007


Author: jerome
Date: Mon Sep 10 18:38:18 2007
New Revision: 16233

URL: http://svn.erp5.org?rev=16233&view=rev
Log:
Also filter duplicate print actions in folder print

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=16233&r1=16232&r2=16233&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 Mon Sep 10 18:38:18 2007
@@ -71,7 +71,8 @@
             <value> <string>kw.update(context.REQUEST.form)\n
 context.ERP5Site_prepareAction(**kw)\n
 \n
-print_action_list = context.portal_actions.listFilteredActionsFor(context)[\'object_print\']\n
+print_action_list = context.Base_filterDuplicateActions(\n
+             context.portal_actions.listFilteredActionsFor(context))[\'object_print\']\n
 if len(print_action_list) == 0:\n
   return\n
 if len(print_action_list) == 1:\n

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=16233&r1=16232&r2=16233&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Mon Sep 10 18:38:18 2007
@@ -1,1 +1,1 @@
-435
+436




More information about the Erp5-report mailing list