diff --git a/runtime/twodue/src/java/com/samskivert/twodue/logic/index.java b/runtime/twodue/src/java/com/samskivert/twodue/logic/index.java index de2c268c..fdd0b21a 100644 --- a/runtime/twodue/src/java/com/samskivert/twodue/logic/index.java +++ b/runtime/twodue/src/java/com/samskivert/twodue/logic/index.java @@ -1,5 +1,5 @@ // -// $Id: index.java,v 1.6 2002/11/12 22:50:54 mdb Exp $ +// $Id: index.java,v 1.7 2002/11/12 23:00:14 mdb Exp $ package com.samskivert.twodue.logic; @@ -212,6 +212,12 @@ public class index extends UserLogic return true; } } + + public void clear () + { + _category = null; + } + protected String _category; } } diff --git a/runtime/twodue/web/images/complete.png b/runtime/twodue/web/images/complete.png index ac719f79..d13b8534 100644 Binary files a/runtime/twodue/web/images/complete.png and b/runtime/twodue/web/images/complete.png differ diff --git a/runtime/twodue/web/images/completed.png b/runtime/twodue/web/images/completed.png new file mode 100644 index 00000000..ac719f79 Binary files /dev/null and b/runtime/twodue/web/images/completed.png differ diff --git a/runtime/twodue/web/index.wm b/runtime/twodue/web/index.wm index 7a804c6e..e01c48e0 100644 --- a/runtime/twodue/web/index.wm +++ b/runtime/twodue/web/index.wm @@ -28,6 +28,7 @@ Outstanding tasks: #end $otask.name +$ocats.clear() #foreach ($task in $otask.tasks)
$form.fixedHidden("action", "complete") @@ -59,7 +60,7 @@ $form.imageSubmit("submit", "", "images/complete.png", "Mark as completed")

-

Click the check box to mark a task as completed.
+
Check the box to mark a task as completed.
@@ -77,6 +78,7 @@ $form.imageSubmit("submit", "", "images/complete.png", "Mark as completed") #end +$xcats.clear() #foreach ($task in $xtask.tasks) $form.fixedHidden("task", "$task.taskId") @@ -135,6 +137,7 @@ Filter on single word:
#set ($rowcolor = "#FFFFFF") #end + $task.completion
[$task.completor] $task.summary $task.getDisplayCategory()