[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_control - synPropertiesForm.pt:1.3
Andrew Sawyers
andrew@zope.com
Fri, 18 Jan 2002 13:35:57 -0500
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv23938/CMFDefault/skins/zpt_control
Modified Files:
synPropertiesForm.pt
Log Message:
*Merging bug fixes from the 1.2-branch to the head.
=== CMF/CMFDefault/skins/zpt_control/synPropertiesForm.pt 1.2 => 1.3 ===
tal:define="upd python: portal_syndication.getUpdatePeriod(here)"
tal:repeat="item portal_syndication/buildUpdatePeriods"
- tal:attributes="value python: item[0]; selected python: item == upd"
+ tal:attributes="value python: item[0]; selected python: item[0] == upd"
tal:content="python: item[1]">Hourly
</option>
</select>