[Zope-CVS] CVS: Products/Scheduler/www - manage_current_tasks.zpt:1.7
Chris McDonough
chrism@zope.com
Mon, 2 Jun 2003 16:38:41 -0400
Update of /cvs-repository/Products/Scheduler/www
In directory cvs.zope.org:/tmp/cvs-serv4446/www
Modified Files:
manage_current_tasks.zpt
Log Message:
Change getPendingTasks API to return taskid.
Add consistency checks.
=== Products/Scheduler/www/manage_current_tasks.zpt 1.6 => 1.7 ===
--- Products/Scheduler/www/manage_current_tasks.zpt:1.6 Sat May 17 14:46:08 2003
+++ Products/Scheduler/www/manage_current_tasks.zpt Mon Jun 2 16:38:40 2003
@@ -51,6 +51,9 @@
<input type="submit" name="manage_notifyTasks:method" value="Notify Pending"/>
+<input type="submit" name="checkConsistency:method"
+ value="Check Scheduler Consistency">
+
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>