[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_control - synPropertiesForm.pt:1.3.2.2
Tres Seaver
tseaver@zope.com
Tue, 2 Apr 2002 19:08:04 -0500
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv15724/CMFDefault/skins/zpt_control
Modified Files:
Tag: tseaver-tracker_468-branch
synPropertiesForm.pt
Log Message:
- Repair breakage induced in yesterday's mass edit.
=== CMF/CMFDefault/skins/zpt_control/synPropertiesForm.pt 1.3.2.1 => 1.3.2.2 ===
s_site_allowed s_tool/isSiteSyndicationAllowed;
s_here_allowed python:s_tool.isSyndicationAllowed(here);
- s_allowed: python:s_site_allowed and s_here_allowed;
+ s_allowed python:s_site_allowed and s_here_allowed;
">
<h2>Default Syndication Properties</h2>
@@ -145,7 +145,7 @@
</div><!-- s_allowed -->
-<div tal:condition="python: here.s_site_allowed not(s_here_allowed)">
+<div tal:condition="python: s_site_allowed and not(s_here_allowed)">
<form action="enableSyndication" method="post"
tal:attributes="action string:${here/absolute_url}/enableSyndication"