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:
@@ -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))
|
||||
<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))
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user