[CMF-checkins] CVS: CMF - synProps.dtml:1.2
tseaver@digicool.com
tseaver@digicool.com
Fri, 25 May 2001 14:32:10 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault/dtml
In directory korak.digicool.com:/tmp/cvs-serv22306/CMFDefault/dtml
Modified Files:
synProps.dtml
Log Message:
- synProps: marshall updateBase as a date.
- SyndicationTool.editProperties(): guarantee that synUpdateBase won't
be a string.
--- Updated File synProps.dtml in package CMF --
--- synProps.dtml 2001/05/18 21:29:47 1.1
+++ synProps.dtml 2001/05/25 18:32:10 1.2
@@ -46,7 +46,7 @@
UpdateBase
</td>
<td>
- <input type="text" name="updateBase"
+ <input type="text" name="updateBase:date"
value="&dtml-syUpdateBase;" size="70">
</td>
</tr>