* 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
@@ -75,8 +75,7 @@
<td><?php echo html::select("assignedTo[$i]", $members, $member, 'class=form-control');?></td>
<td><?php echo html::input("estimate[$i]", '', 'class=form-control text-center');?></td>
<td>
<div class='form-control' contenteditable='true' data-sync-target='#desc\[<?php echo $i;?>\]'></div>
<?php echo html::textarea("desc[$i]", '', "rows='1' class='form-control hidden'");?>
<?php echo html::textarea("desc[$i]", '', "rows='1' class='form-control'");?>
</td>
<td><?php echo html::select("pri[$i]", (array)$lang->task->priList, $pri, 'class=form-control');?></td>
</tr>