mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1749 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d98ba9a9b5
commit
b2e8f49cae
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</address>
|
||||
</div>
|
||||
|
||||
<div class="messageBody">{$message->title}</div>
|
||||
<div class="messageBody">{$message->content}</div>
|
||||
|
||||
<ul class="deleteOrKeep">
|
||||
<!--@if($message->message_type == "R")-->
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<form action="./" method="get" onsubmit="return procFilter(this, delete_checked_message)" id="fo_message_list">
|
||||
<input type="hidden" name="message_type" value="{$message_type}" />
|
||||
|
||||
<table cellspacing="0" summary="받은 쪽지 목록" class="boardList">
|
||||
<table cellspacing="0" class="boardList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="check first-child"><input name="check_all" type="checkbox" onclick="doCheckAll(this, 'fo_message_list');" /></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue