issue 536 not exists method(getMemberSrl) change to getRemoverSrl

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9658 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-17 05:28:29 +00:00
parent f592979ce5
commit 14718ce2a6

View file

@ -43,7 +43,7 @@ var no_text_comment = '{$lang->no_text_comment}';
<!--@foreach($trash_list as $no => $oTrashVO)-->
<tr>
<td class="title"><!--@if(!trim($oTrashVO->getTitle()) && $oTrashVO->getOriginModule() == 'comment')--><strong>{$lang->no_text_comment}</strong><!--@else-->{$oTrashVO->getTitle()}<!--@end--> (<!--@if($oTrashVO->getOriginModule() == 'document')-->{$lang->document}<!--@else-->{$lang->comment}<!--@end-->)</td>
<td><span class="member_{$oTrashVO->getMemberSrl()}">{htmlspecialchars($oTrashVO->getNickName())}</span></td>
<td><span class="member_{$oTrashVO->getRemoverSrl()}">{htmlspecialchars($oTrashVO->getNickName())}</span></td>
<td>{zdate($oTrashVO->getRegdate(), "Y-m-d H:i:s")}</td>
<td>{$oTrashVO->getIpaddress()}</td>
<td>{$oTrashVO->getDescription()}</td>