[Zope-CVS] CVS: Products/FileCacheManager/www - propsFCM.zpt:1.3

Jens Vagelpohl jens at dataflake.org
Sat Jan 8 06:41:18 EST 2005


Update of /cvs-repository/Products/FileCacheManager/www
In directory cvs.zope.org:/tmp/cvs-serv27392

Modified Files:
	propsFCM.zpt 
Log Message:
- A checkbox form field cannot be coerced into an int using the ":int"
  notation.


=== Products/FileCacheManager/www/propsFCM.zpt 1.2 => 1.3 ===
--- Products/FileCacheManager/www/propsFCM.zpt:1.2	Sat Oct 30 21:59:09 2004
+++ Products/FileCacheManager/www/propsFCM.zpt	Sat Jan  8 06:41:18 2005
@@ -38,7 +38,7 @@
         HTTP Cache Anonymous Accesses Only
       </td>
       <td align="left" valign="top" class="form-element">
-        <input type="checkbox" name="http_caching_anonymous_only:int"
+        <input type="checkbox" name="http_caching_anonymous_only"
                 tal:attributes="checked
                      python:test(here.getHTTPCachingAnonymousOnly(), 1,0)" />
       </td>



More information about the Zope-CVS mailing list