This commit is contained in:
zhouxudong
2022-06-13 07:35:54 +00:00
parent f85b6d05a2
commit d376e41579
9 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<table class='table table-form'>
<?php if($project->model != 'kanban'):?>
<tr>
<th><?php echo $lang->project->model;?></th>
<th class='w-130px'><?php echo $lang->project->model;?></th>
<td><?php echo html::select('model', $lang->project->modelList, $model, "class='form-control chosen' required $disableModel");?></td>
</tr>
<?php endif;?>