* ajusted views of module 'testcase' & 'testtask'.

This commit is contained in:
Catouse
2014-03-31 18:08:14 +08:00
parent 48824e2688
commit fece501c1c
32 changed files with 537 additions and 504 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
</tr>
<tr>
<th><?php echo $lang->project->manageProducts;?></th>
<td colspan='2' id='productsBox'><?php echo html::select("products[]", $allProducts, $linkedProducts, "class='select-1 chosen' data-placeholder='{$lang->project->linkProduct}' multiple");?></td>
<td colspan='2' id='productsBox'><?php echo html::select("products[]", $allProducts, $linkedProducts, "class='form-control chosen' data-placeholder='{$lang->project->linkProduct}' multiple");?></td>
</tr>
<tr>
<th><?php echo $lang->project->desc;?></th>