* finish the rewrite of other bug's pages.

This commit is contained in:
wangchunsheng
2010-01-19 09:14:44 +00:00
parent 25ad0cad8c
commit d0d05ee359
8 changed files with 54 additions and 35 deletions
+4
View File
@@ -3,6 +3,10 @@
<ol>
<?php foreach($actions as $action):?>
<li>
<?php
if(isset($users[$action->actor])) $action->actor = $users[$action->actor];
if($pos = strpos($action->actor, ':') !== false) $action->actor = substr($action->actor, $pos + 1);
?>
<span><?php echo "$action->date, <strong>$action->action</strong> by <strong>$action->actor</strong>"; ?></span>
<?php if(!empty($action->comment) or !empty($action->history)):?>
<div class='history'>