* Code for task #89153.

This commit is contained in:
tianshujie
2023-03-29 13:23:39 +08:00
parent 300cbe8f04
commit d30de7b7a2
4 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -25,7 +25,7 @@
<?php if(in_array($type, array('product', 'project', 'execution'))):?>
<tr class='objectBox'>
<th><?php echo $lang->doc->{$type}?></th>
<td class='required'><?php echo html::select($type, $objects, $objectID, "class='form-control chosen' data-drop_direction='down'")?></td>
<td class='required'><?php echo html::select($type, $objects, $objectID, "class='form-control chosen' data-dropDirection='down'")?></td>
</tr>
<?php if($app->tab == 'doc' and $type == 'project'):?>
<tr class='executionBox'>
@@ -36,6 +36,7 @@
</td>
</tr>
<?php endif;?>
<?php if(in_array($type, array('product', 'project'))):?>
<tr>
<th><?php echo $lang->doc->libType;?></th>
<td>
@@ -43,6 +44,7 @@
</td>
</tr>
<?php endif;?>
<?php endif;?>
<tr class="normalLib">
<th><?php echo $lang->doclib->name?></th>
<td><?php echo html::input('name', '', "class='form-control'")?></td>