Update trash_list.html

This commit is contained in:
sejin7940 2014-09-30 01:42:56 +09:00
parent bdbc1474c1
commit 023b0b5f3e

View file

@ -29,6 +29,7 @@ var no_text_comment = '{$lang->no_text_comment}';
<thead>
<tr>
<th scope="col" class="title">{$lang->document}</th>
<th scope="col" class="nowr">{$lang->nick_name}</th>
<th scope="col" class="nowr">{$lang->origin_module_type}</th>
<th scope="col" class="nowr">{$lang->trash_nick_name}</th>
<th scope="col" class="nowr">{$lang->trash_date}</th>
@ -48,6 +49,7 @@ var no_text_comment = '{$lang->no_text_comment}';
<a href="{getUrl('act','dispTrashAdminView','trash_srl',$oTrashVO->getTrashSrl())}">{$oTrashVO->getTitle()}</a>
</block>
</td>
<td class="nowr"><a href="#popup_menu_area" class="member_{$oTrashVO->unserializedObject['member_srl']}">{$oTrashVO->unserializedObject['nick_name']}</a></td>
<td class="nowr"><!--@if($oTrashVO->getOriginModule() == 'document')-->{$lang->document}<!--@else-->{$lang->comment}<!--@end--></td>
<td class="nowr"><a href="#popup_menu_area" class="member_{$oTrashVO->getRemoverSrl()}">{$oTrashVO->getNickName()}</a></td>
<td class="nowr">{zdate($oTrashVO->getRegdate(), "Y-m-d H:i:s")}</td>