* finish task #2257.

This commit is contained in:
wangyidong
2015-05-08 17:01:22 +08:00
parent aecefc2419
commit 9a0dda6d07
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -69,7 +69,7 @@
<td><?php echo html::input("name[$i]", '', 'class=form-control');?></td>
<td><?php echo html::select("type[$i]", $lang->task->typeList, $type, 'class=form-control');?></td>
<td style='overflow:visible'><?php echo html::select("assignedTo[$i]", $members, $member, "class='form-control chosen'");?></td>
<td><?php echo html::input("estimate[$i]", '', 'class=form-control text-center');?></td>
<td><?php echo html::input("estimate[$i]", '', "class='form-control text-center' autocomplete='off'");?></td>
<td>
<?php echo html::textarea("desc[$i]", '', "rows='1' class='form-control autosize'");?>
</td>
@@ -95,7 +95,7 @@
<td><?php echo html::input("name[%s]", '', 'class=form-control');?></td>
<td><?php echo html::select("type[%s]", $lang->task->typeList, $type, 'class=form-control');?></td>
<td style='overflow:visible'><?php echo html::select("assignedTo[%s]", $members, $member, "class='form-control'");?></td>
<td><?php echo html::input("estimate[%s]", '', 'class=form-control text-center');?></td>
<td><?php echo html::input("estimate[%s]", '', "class='form-control text-center' autocomplete='off'");?></td>
<td><?php echo html::textarea("desc[%s]", '', "rows='1' class='form-control autosize'");?></td>
<td><?php echo html::select("pri[%s]", (array)$lang->task->priList, $pri, 'class=form-control');?></td>
</tr>