mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
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:
parent
8abcf7fae4
commit
462f13cfb5
1 changed files with 3 additions and 3 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue