[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_control -
synPropertiesForm.pt:1.5.44.1
Jens Vagelpohl
jens at dataflake.org
Fri Sep 24 16:23:28 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_control
In directory cvs.zope.org:/tmp/cvs-serv26759
Modified Files:
Tag: CMF-1_5-branch
synPropertiesForm.pt
Log Message:
- Make sure we don't get string values for syndication properties
=== Products/CMFDefault/skins/zpt_control/synPropertiesForm.pt 1.5 => 1.5.44.1 ===
--- Products/CMFDefault/skins/zpt_control/synPropertiesForm.pt:1.5 Thu Mar 6 05:36:39 2003
+++ Products/CMFDefault/skins/zpt_control/synPropertiesForm.pt Fri Sep 24 16:23:28 2004
@@ -63,7 +63,7 @@
<table width="100%" border="0">
<tr>
- <th valign="top" align="left" i18n:translate="">Sy Module Properties</th>
+ <th valign="top" align="left" i18n:translate="">Syndication Module Properties</th>
</tr>
<tr>
@@ -99,7 +99,7 @@
<tr>
<td i18n:translate="">UpdateFrequency</td>
<td>
- <input type="text" name="updateFrequency" size="3" value=""
+ <input type="text" name="updateFrequency:int" size="3" value=""
tal:attributes="value python:s_tool.getUpdateFrequency(here)"
>
</td>
@@ -116,7 +116,7 @@
<tr>
<td i18n:translate="">Max Syndicated Items</td>
<td>
- <input type="text" name="max_items" value="" size="3"
+ <input type="text" name="max_items:int" value="" size="3"
tal:attributes="value python:s_tool.getMaxItems(here)">
</td>
</tr>
More information about the CMF-checkins
mailing list