* Modify the variables of the design module.

This commit is contained in:
tianshujie98
2020-12-17 10:34:50 +08:00
parent 7c3a4053aa
commit b1ecc77991
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<form class="load-indicator main-form form-ajax" method='post' enctype='multipart/form-data' id='dataform'>
<table class="table table-form">
<tbody>
<?php if($program->product == 'multiple'):?>
<?php if($project->product == 'multiple'):?>
<tr>
<th class='w-120px'><?php echo $lang->design->product;?></th>
<td><?php echo html::select('product', $products, $design->product, "class='form-control chosen'");?></td>