* adjust the code.
This commit is contained in:
@@ -2,18 +2,17 @@
|
||||
</div>
|
||||
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
|
||||
<h3><?php echo $lang->task->activate . $this->lang->colon . $task->name;?></h3>
|
||||
|
||||
<table class='table-1'>
|
||||
<tr>
|
||||
<td class="w-70px"><?php echo $lang->task->assignedTo;?></td>
|
||||
<td><?php echo html::select('assignedTo', $users, $task->openedBy);?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-70px"><?php echo $lang->task->left;?></td>
|
||||
<td><?php echo $lang->task->left;?></td>
|
||||
<td><?php echo html::input('left', '');?>
|
||||
</div>
|
||||
<tr>
|
||||
<td class='w-70px'><?php echo $lang->comment;?></td>
|
||||
<td><?php echo $lang->comment;?></td>
|
||||
<td><?php echo html::textarea('comment', '', "data-mini='true'");?></td>
|
||||
</tr>
|
||||
<tr class="a-center">
|
||||
|
||||
Reference in New Issue
Block a user