* change hidden to hide.

This commit is contained in:
wyd621
2014-05-03 03:45:57 +00:00
parent dbfbaa0da4
commit a668a12c69
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<td class='w-p25-f'><?php echo html::select('product', $products, '', "class='form-control'");?></td><td></td>
</tr>
<?php else:?>
<tr class='hidden'>
<tr class='hide'>
<th class='w-90px'><?php echo $lang->testtask->product;?></th>
<td class='w-p25-f'><?php echo html::input('product', $productID, "class='form-control'");?></td><td></td>
</tr>