* ajusted views of module 'testcase' & 'testtask'.
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
<?php for($i = 0; $i < $config->todo->batchCreate; $i++):?>
|
||||
<tr class='text-center'>
|
||||
<td><?php echo $i+1;?></td>
|
||||
<td><?php echo html::select("types[$i]", $lang->todo->typeList, '', "onchange=loadList(this.value,$i+1) class='select-1'");?></td>
|
||||
<td><?php echo html::select("types[$i]", $lang->todo->typeList, '', "onchange=loadList(this.value,$i+1) class='form-control'");?></td>
|
||||
<td><?php echo html::select("pris[$i]", $lang->todo->priList, $pri, 'class=form-control');?></td>
|
||||
<td>
|
||||
<div id='<?php echo "nameBox" . ($i+1);?>' class='hidden'><?php echo html::input("names[$i]", '', 'class="f-left text-1"');?></div>
|
||||
<div class='<?php echo "nameBox" . ($i+1);?>'><?php echo html::input("names[$i]", '', 'class="f-left text-1"');?></div>
|
||||
</td>
|
||||
<td><?php echo html::textarea("descs[$i]", '', "rows='1' class=text-1");?></td>
|
||||
<td><?php echo html::textarea("descs[$i]", '', "rows='1' class=form-control");?></td>
|
||||
<td>
|
||||
<?php
|
||||
echo html::select("begins[$i]", $times, $time, "onchange=setBeginsAndEnds($i,'begin')");
|
||||
|
||||
Reference in New Issue
Block a user