Display note link for all tasks, not just unclaimed tasks.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@949 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-26 00:50:22 +00:00
parent b16487d5ae
commit 186221f011
+10 -2
View File
@@ -50,7 +50,11 @@ $form.imageSubmit("submit", "", "images/complete.png", "Mark as completed")
 
#end
</td>
<td>$task.summary</td>
<td>$task.summary
#if (!$string.blank($task.notes))
&nbsp; <a href="detail.wm?task=$task.taskId">[...]</a>
#end
</td>
<td valign="top">$task.getDisplayCategory()</td>
<td valign="top"><a href="edit.wm?task=$task.taskId">
<img src="images/edit.png" border="0"></a></td></tr>
@@ -139,7 +143,11 @@ Filter on single word:<br>
<tr bgcolor="$rowcolor">
<td valign="top"><img src="images/completed.png"></td>
<td valign="top" align="center">$task.completion<br>[$task.completor]</td>
<td>$task.summary</td>
<td>$task.summary
#if (!$string.blank($task.notes))
&nbsp; <a href="detail.wm?task=$task.taskId">[...]</a>
#end
</td>
<td valign="top">$task.getDisplayCategory()</td>
<td valign="top"><a href="edit.wm?task=$task.taskId">
<img src="images/edit.png" border="0"></a></td></tr>