* Code for task #83209.
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<td><?php echo html::input('code', $project->code, "class='form-control' required");?></td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<?php if($model != 'waterfall'):?>
|
||||
<?php if($model != 'waterfall' and $model != 'agileplus'):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->project->multiple;?></th>
|
||||
<td colspan='3'><?php echo nl2br(html::radio('multiple', $lang->project->multipleList, $project->multiple, 'disabled'));?></td>
|
||||
|
||||
Reference in New Issue
Block a user