+ add tag for zentao 4.0.stable.
This commit is contained in:
2175
db/zentao.sql
2175
db/zentao.sql
File diff suppressed because it is too large
Load Diff
@@ -466,7 +466,7 @@ class taskModel extends model
|
||||
$oldTask = new stdClass();
|
||||
$newTask = new stdClass();
|
||||
$oldTask->consumed = $task->consumed;
|
||||
$newTask->consumed = $consumed;
|
||||
$newTask->consumed = $task->consumed + $consumed;
|
||||
$oldTask->left = $task->left;
|
||||
$newTask->left = $left;
|
||||
$oldTask->status = $oldStatus;
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
<th class='w-50px'><?php echo $lang->task->pri;?></th>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
$stories['ditto'] = $this->lang->task->ditto;
|
||||
$lang->task->typeList['ditto'] = $lang->task->ditto;
|
||||
$members['ditto'] = $lang->task->ditto;
|
||||
?>
|
||||
<?php for($i = 0; $i < $config->task->batchCreate; $i++):?>
|
||||
<?php
|
||||
if($i == 0)
|
||||
@@ -37,13 +42,9 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$stories['ditto'] = $this->lang->task->ditto;
|
||||
$lang->task->typeList['ditto'] = $lang->task->ditto;
|
||||
$members['ditto'] = $lang->task->ditto;
|
||||
$story = $type = $member = 'ditto';
|
||||
}
|
||||
?>
|
||||
|
||||
<?php $pri = 3;?>
|
||||
<tr class='a-center'>
|
||||
<td><?php echo $i+1;?></td>
|
||||
|
||||
@@ -109,7 +109,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(','
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->consumed;?></th>
|
||||
<td><?php echo $task->consumed . ' '; common::printIcon('task', 'record', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);?></td>
|
||||
<td><?php echo $task->consumed . ' '; common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->task->left;?></th>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php js::set('confirmFinish', $lang->task->confirmFinish);?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<?php if($estimates):?>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
@@ -44,7 +43,6 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</table>
|
||||
<?php endif;?>
|
||||
<?php if($task->status == 'wait' or $task->status == 'doing'):?>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->task->logEfforts;?></caption>
|
||||
|
||||
Reference in New Issue
Block a user