* finish task #4679.

This commit is contained in:
wangyidong
2018-08-08 15:07:31 +08:00
parent 90ad70d440
commit d71811ab17
+6
View File
@@ -12,6 +12,12 @@
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<style>
<?php if(empty($estimates) and strpos('done,cancel,closed', $task->status) === false):?>
#recordForm table{margin-top:60px;}
<?php endif;?>
#recordForm table .form-actions{padding:25px;}
</style>
<?php $team = array_keys($task->team);?>
<?php js::set('confirmRecord', (!empty($team) && $task->assignedTo != end($team)) ? $lang->task->confirmTransfer : $lang->task->confirmRecord);?>
<?php js::set('noticeSaveRecord', $lang->task->noticeSaveRecord);?>