git-svn-id: http://xe-core.googlecode.com/svn/trunk@1749 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-22 09:25:16 +00:00
parent d98ba9a9b5
commit b2e8f49cae

View file

@ -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>