[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic - folder_factories.pt:1.3.2.1
Chris Withers
chrisw@nipltd.com
Fri, 8 Mar 2002 06:08:15 -0500
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv27323/CMFDefault/skins/zpt_generic
Modified Files:
Tag: ChrisW-control_creation-branch
folder_factories.pt
Log Message:
back out changes for filtering on 'Access contents information' with cotnent types.
=== CMF/CMFDefault/skins/zpt_generic/folder_factories.pt 1.3 => 1.3.2.1 ===
<table class="FormLayout">
<tr>
-<td tal:define="allowedContentTypes python:modules['ZTUtils'].LazyFilter(here.allowedContentTypes(),skip='')">
-<table width="100%" class="FormLayout" tal:repeat="item allowedContentTypes">
+<td>
+<table width="100%" class="FormLayout" tal:repeat="item here/allowedContentTypes">
<tr valign="top">
<td align="left" width="2%" NOWRAP><input type="radio" name="type_name" value="" id="" tal:attributes="value item/getId; id string:cb_${repeat/item/number}"/>
</td>