[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic - index_html.pt:1.6

Tres Seaver tseaver@zope.com
Wed, 10 Jul 2002 11:12:44 -0400


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv32488/CMFDefault/skins/zpt_generic

Modified Files:
	index_html.pt 
Log Message:
 - Merge 'skip unauthorized' fix from 1.3 branch.

=== CMF/CMFDefault/skins/zpt_generic/index_html.pt 1.5 => 1.6 ===
                                                            , 'File'
                                                            , 'News Item'
                                                            ) } );
-                   items python: auth_filter( raw_items, skip='' );
+                   items python: auth_filter( raw_items, skip='View' );
                   ">
   <div tal:condition="items">
 
@@ -71,7 +71,7 @@
                                                            , 'Favorite'
                                                            , 'Topic'
                                                            ) } );
-                   items python: auth_filter( raw_items, skip='' );
+                   items python: auth_filter( raw_items, skip='View' );
                   ">
   <div tal:condition="items">
   <h4> Related Resources </h4>
@@ -98,7 +98,7 @@
 
   <div tal:define="raw_items python: here.contentValues(
                             filter={ 'portal_type': 'Folder' } );
-                   items python: auth_filter( raw_items, skip='' );
+                   items python: auth_filter( raw_items, skip='View' );
                   ">
   <div tal:condition="items">
   <h4> Folders </h4>