[Zope-CVS] CVS: Products/QueueCatalog/www - edit.zpt:1.3
Shane Hathaway
shane@cvs.zope.org
Mon, 30 Sep 2002 10:58:53 -0400
Update of /cvs-repository/Products/QueueCatalog/www
In directory cvs.zope.org:/tmp/cvs-serv21262/www
Modified Files:
edit.zpt
Log Message:
- Added to QueueCatalog the option to process the queue after every
item removal event. This makes sense for a lot of applications
that rarely remove items.
- Added indexObject(), unindexObject(), and reindexObject() so
QueueCatalogs can look like CMF portal_catalogs.
=== Products/QueueCatalog/www/edit.zpt 1.2 => 1.3 ===
--- Products/QueueCatalog/www/edit.zpt:1.2 Fri Sep 6 12:20:49 2002
+++ Products/QueueCatalog/www/edit.zpt Mon Sep 30 10:58:52 2002
@@ -47,6 +47,16 @@
</tr>
<tr>
+ <td align="left" valign="top" class="form-label">
+ Process removal events immediately
+ </td>
+ <td align="left" valign="top" colspan="3">
+ <input type="checkbox" name="immediate_removal"
+ tal:attributes="checked here/getImmediateRemoval" />
+ </td>
+ </tr>
+
+ <tr>
<td> </td>
<td colspan="3">
<br>