* ajusted style of treeview.

* removed contentedittable instead of orgin textarea.
This commit is contained in:
Catouse
2014-04-24 15:58:26 +08:00
parent 70b618f837
commit 359a37cd65
9 changed files with 24 additions and 26 deletions
+1 -2
View File
@@ -43,8 +43,7 @@
<td class='text-left' style='overflow:visible' id='buildBox<?php echo $i;?>'><?php echo html::select("openedBuilds[$i][]", $builds, '', "class='form-control chosen' multiple");?></td>
<td><?php echo html::input("titles[$i]", '', 'class=form-control');?></td>
<td>
<div class='form-control' contenteditable='true' data-sync-target='#stepses\[<?php echo $i;?>\]'></div>
<?php echo html::textarea("stepses[$i]", '', "rows='1' class='form-control hidden'");?>
<?php echo html::textarea("stepses[$i]", '', "rows='1' class='form-control'");?>
</td>
<td><?php echo html::select("types[$i]", $lang->bug->typeList, '', "class='form-control'");?></td>
<td><?php echo html::select("severities[$i]", $lang->bug->severityList, '', "class='form-control'");?></td>