* adjust check onlybody.
* adjust task-record.
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->estimate;?></th>
|
||||
<td><?php echo $task->estimate . ' ' . $lang->task->hour;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->beforeConsumed;?></th>
|
||||
<td><?php echo $beforeConsumed . ' ' . $lang->task->hour;?></td>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
ob_start();
|
||||
common::printIcon('task', 'assignTo', "projectID=$task->project&taskID=$task->id", $task);
|
||||
common::printIcon('task', 'start', "taskID=$task->id", $task);
|
||||
common::printIcon('task', 'record', "taskID=$task->id", $task);
|
||||
common::printIcon('task', 'record', "taskID=$task->id", $task, 'button', '', '', 'iframe', true);
|
||||
common::printIcon('task', 'finish', "taskID=$task->id", $task);
|
||||
common::printIcon('task', 'close', "taskID=$task->id", $task);
|
||||
common::printIcon('task', 'activate', "taskID=$task->id", $task);
|
||||
|
||||
Reference in New Issue
Block a user