* refactory loadList.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-29 08:21:23 +00:00
parent 7badaca084
commit ac05c3509d
+4 -1
View File
@@ -30,7 +30,10 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->name;?></th>
<td><div id='nameBox' class='nameBox'><?php echo html::input('name', '', 'class=text-1');?></div></td>
<td>
<div id='nameBox' class='hidden'><?php echo html::input('name', '', 'class=text-1');?></div>
<div class='nameBox'><?php echo html::input('name', '', 'class=text-1');?></div>
</td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->desc;?></th>