No claiming or editing from bulk to make tabbing smoother.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1343 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-12-10 20:37:46 +00:00
parent 00ea3c1b11
commit 254ab86e6d
-4
View File
@@ -43,8 +43,6 @@ $xcats.clear()
#set ($id = $task.taskId) #set ($id = $task.taskId)
<tr> <tr>
<td><a href="index.wm?action=claim&task=$task.taskId">
<img src="images/claim.png" border="0" alt="Claim this task"></a></td>
<td valign="top">$task.summary &nbsp; <td valign="top">$task.summary &nbsp;
<span class="small">[$task.creator]</span> <span class="small">[$task.creator]</span>
#if (!$string.blank($task.notes)) #if (!$string.blank($task.notes))
@@ -65,8 +63,6 @@ $xcats.clear()
</select> </select>
</td> </td>
<td valign="top"><a href="edit.wm?task=$task.taskId">
<img src="images/edit.png" border="0" alt="Edit this task"></a></td>
</tr> </tr>
#end #end
</table> </table>