* improve assign modal UI in grouptask view.

This commit is contained in:
Catouse
2018-05-31 11:37:28 +08:00
parent ced0860dfd
commit 4e78323819
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -70,7 +70,7 @@
?>
</div>
</div>
<div class="main-table" data-ride="table" data-checkable="false" data-group="true">
<div id='tasksTable' class='main-table' data-ride='table' data-checkable='false' data-group='true' data-hot='true'>
<table class="table table-grouped text-center">
<thead>
<tr class="<?php if($allCount) echo 'divider';?>">
@@ -96,7 +96,7 @@
<th class="c-pri"><?php echo $lang->priAB;?></th>
<th class="c-name"><?php echo $lang->task->name;?></th>
<th class="c-status"><?php echo $lang->task->status;?></th>
<th class="c-assign"><?php echo $lang->task->assignedTo;?></th>
<th class="c-assign text-left"><?php echo $lang->task->assignedTo;?></th>
<th class="c-user"><?php echo $lang->task->finishedBy;?></th>
<th class="c-hours"><?php echo $lang->task->estimateAB;?></th>
<th class="c-hours"><?php echo $lang->task->consumedAB;?></th>
+2 -2
View File
@@ -48,7 +48,7 @@
<td colspan='2'><?php echo html::textarea('comment', '', "rows='6' class='form-control w-p98'");?></td>
</tr>
<tr>
<td colspan='3' class='text-center'>
<td colspan='3' class='text-center form-actions'>
<?php echo html::submitButton('', '', 'btn btn-primary btn-wide');?>
<?php echo html::linkButton($lang->goback, $this->session->taskList);?>
</td>
@@ -56,7 +56,7 @@
</table>
</form>
<hr class='small' />
<div class='main'><?php include '../../common/view/action.html.php';?></div>
<?php include '../../common/view/action.html.php';?>
<?php endif;?>
</div>
</div>