[CMF-checkins] CVS: CMF/CMFDefault/dtml - synProps.dtml:1.2.14.1

Andrew Sawyers andrew@zope.com
Fri, 18 Jan 2002 11:14:00 -0500


Update of /cvs-repository/CMF/CMFDefault/dtml
In directory cvs.zope.org:/tmp/cvs-serv20776/CMFDefault/dtml

Modified Files:
      Tag: CMF-1_2-branch
	synProps.dtml 
Log Message:

*Fixed bugs in SyndicationTool module where methods weren't properly dealing with the case when obj was None.
*Fixed zpt skin to properly select the update frequency.


=== CMF/CMFDefault/dtml/synProps.dtml 1.2 => 1.2.14.1 ===
            </td>
            <td>
-		 <select name="updatePeriod">
-			<dtml-in buildUpdatePeriods>
-				<option value="&dtml-sequence-key;"
-				<dtml-if expr="_['sequence-key'] == getUpdatePeriod()">
-				selected="selected"</dtml-if>>&dtml-sequence-item;
-				</option>
-			</dtml-in>
-		</select>
+ <select name="updatePeriod">
+	<dtml-in buildUpdatePeriods>
+	<option value="&dtml-sequence-key;"
+	<dtml-if expr="_['sequence-key'] == getUpdatePeriod()">
+		selected="selected"</dtml-if>>&dtml-sequence-item;
+	</option>
+</dtml-in>
+</select>
            </td>
          </tr>
          <tr>
@@ -38,7 +38,7 @@
            </td>
            <td>
              <input type="text" name="updateFrequency"
-              value="&dtml-syUpdateFrequency;" size="3">
+              value="&dtml-getUpdateFrequency;" size="3">
            </td>
          </tr>
 		 <tr>
@@ -47,7 +47,7 @@
            </td>
            <td>
              <input type="text" name="updateBase:date"
-              value="&dtml-syUpdateBase;" size="70">
+              value="&dtml-getUpdateBase;" size="70">
            </td>
          </tr>
            <tr>
@@ -56,7 +56,7 @@
            </td>
            <td>
              <input type="text" name="max_items"
-              value="&dtml-max_items;" size="3">
+              value="&dtml-getMaxItems;" size="3">
            </td>
          </tr>
 	</dtml-with>