* replace icon-doing instead icon-task.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-22 05:25:12 +00:00
parent 87c8450144
commit a29ddf1ec5

View File

@@ -1,7 +1,7 @@
<div class='block linkbox2'>
<table class='table-1 fixed colored'>
<caption>
<div class='f-left'><span class='icon-doing'>&nbsp;</span><?php echo $lang->my->task;?></div>
<div class='f-left'><span class='icon-task'>&nbsp;</span><?php echo $lang->my->task;?></div>
<div class='f-right'><?php echo html::a($this->createLink('my', 'task'), $lang->more . "<span class='icon-more'></span>");?></div>
</caption>
<?php