* ajusted size of form layout.

This commit is contained in:
Catouse
2014-04-18 15:41:44 +08:00
parent be03af7fae
commit dd38f997ca
32 changed files with 142 additions and 138 deletions

View File

@@ -27,10 +27,10 @@
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->testcase->lblProductAndModule;?></th>
<td class='w-p35'>
<td class='w-p25-f'>
<?php echo html::select('product', $products, $productID, "onchange=loadAll(this.value); class='form-control'");?>
</td>
<td class='w-p25'>
<td class='w-p25-f'>
<div class='input-group' id='moduleIdBox'>
<?php
echo html::select('module', $moduleOptionMenu, $currentModuleID, "onchange='loadModuleRelated();' class='form-control'");