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

Jens Vagelpohl jens at dataflake.org
Fri Aug 13 07:33:19 EDT 2004


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

Modified Files:
	addFCM.zpt 
Log Message:
- add getters and setters for the filesystem path
- allow setting the filesystem path from the add form


=== Products/FileCacheManager/www/addFCM.zpt 1.2 => 1.3 ===
--- Products/FileCacheManager/www/addFCM.zpt:1.2	Fri Aug 13 04:41:20 2004
+++ Products/FileCacheManager/www/addFCM.zpt	Fri Aug 13 07:33:19 2004
@@ -21,6 +21,13 @@
     </tr>
 
     <tr>
+      <td align="left" valign="top" class="form-label"> Path </td>
+      <td align="left" valign="top" class="form-element">
+        <input type="text" name="path" size="40" value="/tmp" />
+      </td>
+    </tr>
+
+    <tr>
       <td align="left" valign="top" class="form-optional"> Title </td>
       <td align="left" valign="top" class="form-element">
         <input type="text" name="title" size="40" />



More information about the Zope-CVS mailing list