Trash module list page UI fixed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-11-03 01:57:09 +00:00
parent 8abcf7fae4
commit 462f13cfb5

View file

@ -26,7 +26,7 @@ var no_text_comment = '{$lang->no_text_comment}';
<th scope="col">{$lang->trash_nick_name}</th>
<th scope="col">{$lang->trash_date}</th>
<th scope="col">{$lang->ipaddress}</th>
<th scope="col">{$lang->trash_description}</th>
<th scope="col" class="title">{$lang->trash_description}</th>
<th scope="col"><input type="checkbox" title="Check All" data-name="cart" /></th>
</tr>
</thead>
@ -36,7 +36,7 @@ var no_text_comment = '{$lang->no_text_comment}';
<th scope="col">{$lang->trash_nick_name}</th>
<th scope="col">{$lang->trash_date}</th>
<th scope="col">{$lang->ipaddress}</th>
<th scope="col">{$lang->trash_description}</th>
<th scope="col" class="title">{$lang->trash_description}</th>
<th scope="col"><input type="checkbox" title="Check All" data-name="cart" /></th>
</tr>
</tfoot>
@ -47,7 +47,7 @@ var no_text_comment = '{$lang->no_text_comment}';
<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>
<td class="title">{$oTrashVO->getDescription()}</td>
<td><input type="checkbox" name="cart" value="{$oTrashVO->getTrashSrl()}" /></td>
</tr>
<!--@end-->