* add hr for last object.

* adjust the style of hr in m.action.html.php.
This commit is contained in:
chencongzhi520@gmail.com
2013-07-06 07:43:53 +00:00
parent 5d272108f6
commit bfb79c5fe1
5 changed files with 5 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@
common::printIcon('task', 'activate', "taskID=$task->id", $task);
?>
</div>
<?php if(end($tasks) == $task) echo "<hr />";?>
</div>
</div>
<?php endforeach;?>