* finish task #3118.

This commit is contained in:
wangyidong
2017-08-11 15:00:52 +08:00
parent ff56a58b7d
commit 359949f582
7 changed files with 56 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<th class='w-30px'><?php echo $lang->idAB;?></th>
<th class='w-120px<?php echo zget($visibleFields, 'type', ' hidden')?>'><?php echo $lang->todo->type;?></th>
<th class='w-80px<?php echo zget($visibleFields, 'pri', ' hidden')?>'><?php echo $lang->todo->pri;?></th>
<th class='w-p25'><?php echo $lang->todo->name;?><span class='required'></span></th>
<th><?php echo $lang->todo->name;?><span class='required'></span></th>
<th <?php echo zget($visibleFields, 'desc', "class='hidden'")?>><?php echo $lang->todo->desc;?></th>
<th class='w-230px<?php echo zget($visibleFields, 'beginAndEnd', ' hidden')?>'><?php echo $lang->todo->beginAndEnd;?></th>
</tr>