- put the task label into the taskinfo header

- move the task ID into the main table
This commit is contained in:
Mike Bonnet 2008-08-12 18:07:42 -04:00
parent 097b3cc018
commit aa2e4f76c4

View file

@ -53,9 +53,12 @@
#include "includes/header.chtml"
<h4>Information for task <a href="taskinfo?taskID=$task.id">$task.id</a></h4>
<h4>Information for task <a href="taskinfo?taskID=$task.id">$koji.taskLabel($task)</a></h4>
<table>
<tr>
<th>ID</th><td>$task.id</td>
</tr>
<tr>
<th>Method</th><td>$task.method</td>
</tr>