* refactory loadList.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user