* Finish task #11267.

This commit is contained in:
holan20180123
2021-03-11 14:22:04 +08:00
parent ce96880223
commit ae00791f4e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -795,7 +795,7 @@ class project extends control
if(!empty($_POST))
{
$this->project->manageMembers($projectID);
$this->execution->manageMembers($projectID);
$link = $this->createLink('project', 'manageMembers', "projectID=$projectID");
$this->send(array('message' => $this->lang->saveSuccess, 'result' => 'success', 'locate' => $link));
}
+1 -1
View File
@@ -72,7 +72,7 @@
<td><input type='text' name='roles[]' id='role<?php echo ($i);?>' class='form-control' /></td>
<td><input type='text' name='days[]' id='days<?php echo ($i);?>' class='form-control' value='<?php echo $project->days?>'/></td>
<td>
<input type='text' name='hours[]' id='hours<?php echo ($i);?>' class='form-control' value='<?php echo $config->project->defaultWorkhours?>' />
<input type='text' name='hours[]' id='hours<?php echo ($i);?>' class='form-control' value='<?php echo $config->execution->defaultWorkhours?>' />
</td>
<td><?php echo html::radio("limited[$i]", $lang->team->limitedList, 'no');?></td>
<td class='c-actions text-center'>