mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Fix #977 읽지 않은 쪽지함에서 읽은 쪽지함의 읽은 시간 표를 삭제
This commit is contained in:
parent
3efd9759dc
commit
de1f69a671
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
<!--@end-->
|
||||
</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->readed_date}</th>
|
||||
<th scope="col" cond="$message_type !== 'N'">{$lang->readed_date}</th>
|
||||
<th scope="col"><input name="check_all" type="checkbox" onclick="XE.checkboxToggleAll('message_srl_list[]', {wrap:'fo_message_list'})"/></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
<td>
|
||||
{zdate($val->regdate,"Y-m-d")}
|
||||
</td>
|
||||
<td><block cond="$val->readed=='Y'">{zdate($val->readed_date,"Y-m-d H:i")}</block> </td>
|
||||
<td cond="$message_type !== 'N'"><block cond="$val->readed=='Y'">{zdate($val->readed_date,"Y-m-d H:i")}</block> </td>
|
||||
<td><input name="message_srl_list[]" type="checkbox" value="{$val->message_srl}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue