* task#982, todo module.

This commit is contained in:
wangchunsheng
2012-12-11 05:51:16 +00:00
parent 489eeffde8
commit ca6cb09270
8 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>
<td><input type='hidden' name='type' value='<?php echo $todo->type;?>' /><?php echo $lang->todo->typeList->{$todo->type};?></td>
<td><input type='hidden' name='type' value='<?php echo $todo->type;?>' /><?php echo $lang->todo->typeList[$todo->type];?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->pri;?></th>