[Zope-CVS] CVS: Products/QueueCatalog/www - edit.zpt:1.4
Shane Hathaway
shane@cvs.zope.org
Tue, 15 Oct 2002 10:55:15 -0400
Update of /cvs-repository/Products/QueueCatalog/www
In directory cvs.zope.org:/tmp/cvs-serv17323/www
Modified Files:
edit.zpt
Log Message:
Brought in sync with internal repository.
- Added the ability to configure the number of buckets
- Removed mistaken changes to QueueCatalog.py (the exception handlers were
too greedy)
- Rearranged the imports in QueueCatalog.py to make them easier to read
=== Products/QueueCatalog/www/edit.zpt 1.3 => 1.4 ===
--- Products/QueueCatalog/www/edit.zpt:1.3 Mon Sep 30 10:58:52 2002
+++ Products/QueueCatalog/www/edit.zpt Tue Oct 15 10:55:14 2002
@@ -57,6 +57,16 @@
</tr>
<tr>
+ <td align="left" valign="top" class="form-label">
+ Bucket count
+ </td>
+ <td align="left" valign="top" colspan="3">
+ <input type="text" name="bucket_count"
+ tal:attributes="value here/getBucketCount" />
+ </td>
+ </tr>
+
+ <tr>
<td> </td>
<td colspan="3">
<br>