* refactory action-trash.

This commit is contained in:
wangyidong
2013-01-08 05:39:51 +00:00
parent f5b2bec05a
commit 3f41b340a0
12 changed files with 99 additions and 70 deletions
+5 -1
View File
@@ -29,6 +29,10 @@
ob_end_clean();
echo $actionLinks;
}
else
{
common::printRPN($browseLink);
}
?>
</div>
</div>
@@ -50,7 +54,7 @@
<table class='table-1 a-left'>
<tr>
<th width='25%' class='a-right'><?php echo $lang->project->name;?></th>
<td <?php if($project->deleted) echo "class='deleted'";?>><?php echo $project->name;?></td>
<td><?php echo $project->name;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->code;?></th>