[Erp5-report] r18029 - in /erp5/trunk/bt5/erp5_pdf_style: ActionTemplateItem/portal_types/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 5 16:51:10 CET 2007


Author: jerome
Date: Wed Dec  5 16:51:10 2007
New Revision: 18029

URL: http://svn.erp5.org?rev=18029&view=rev
Log:
use the default print dialog as print action.

Modified:
    erp5/trunk/bt5/erp5_pdf_style/ActionTemplateItem/portal_types/portal_properties/print.xml
    erp5/trunk/bt5/erp5_pdf_style/bt/revision

Modified: erp5/trunk/bt5/erp5_pdf_style/ActionTemplateItem/portal_types/portal_properties/print.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_pdf_style/ActionTemplateItem/portal_types/portal_properties/print.xml?rev=18029&r1=18028&r2=18029&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_pdf_style/ActionTemplateItem/portal_types/portal_properties/print.xml (original)
+++ erp5/trunk/bt5/erp5_pdf_style/ActionTemplateItem/portal_types/portal_properties/print.xml Wed Dec  5 16:51:10 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.CMFCore.ActionInformation</string>
-          <string>ActionInformation</string>
-        </tuple>
-        <none/>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -54,7 +51,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>1.0</float> </value>
+            <value> <float>2.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>
@@ -70,18 +67,15 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.CMFCore.Expression</string>
-          <string>Expression</string>
-        </tuple>
-        <none/>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>string:${object_url}/Base_printPdf</string> </value>
+            <value> <string>string:${object_url}/Base_viewPrintDialog</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_pdf_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_pdf_style/bt/revision?rev=18029&r1=18028&r2=18029&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_pdf_style/bt/revision (original)
+++ erp5/trunk/bt5/erp5_pdf_style/bt/revision Wed Dec  5 16:51:10 2007
@@ -1,1 +1,1 @@
-56
+57




More information about the Erp5-report mailing list