[Erp5-report] r8774 - /erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPa...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 25 18:46:57 CEST 2006


Author: kevin
Date: Tue Jul 25 18:46:54 2006
New Revision: 8774

URL: http://svn.erp5.org?rev=8774&view=rev
Log:
Use portal_catalog to get objects.
Filter to show Web Page only.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPageModule_viewRecentChanges/listbox.xml

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPageModule_viewRecentChanges/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPageModule_viewRecentChanges/listbox.xml?rev=8774&r1=8773&r2=8774&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPageModule_viewRecentChanges/listbox.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPageModule_viewRecentChanges/listbox.xml Tue Jul 25 18:46:54 2006
@@ -474,7 +474,12 @@
                 <item>
                     <key> <string>portal_types</string> </key>
                     <value>
-                      <list/>
+                      <list>
+                        <tuple>
+                          <string>Web Page</string>
+                          <string>Web Page</string>
+                        </tuple>
+                      </list>
                     </value>
                 </item>
                 <item>
@@ -575,7 +580,7 @@
       <dictionary>
         <item>
             <key> <string>method_name</string> </key>
-            <value> <string>countFolder</string> </value>
+            <value> <string>portal_catalog</string> </value>
         </item>
       </dictionary>
     </pickle>
@@ -594,7 +599,7 @@
       <dictionary>
         <item>
             <key> <string>method_name</string> </key>
-            <value> <string>searchFolder</string> </value>
+            <value> <string>portal_catalog</string> </value>
         </item>
       </dictionary>
     </pickle>




More information about the Erp5-report mailing list