Skip to content

Commit

Permalink
fixed message list layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Acris committed May 5, 2016
1 parent 386616a commit d3a090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/Default/admin/message.htm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3 class="panel-title"></h3>
<loop variable="$lists" key="$key" value="$msg">
<tr id="msg-{$msg->id}">
<td>#{$msg->id}</td>
<td>{(mb_substr(htmlspecialchars($msg->content),0,500,'utf-8'))}</td>
<td>{(mb_substr(htmlspecialchars($msg->content),0,20,'utf-8'))}</td>
<td>{(date("Y-m-d H:i:s", $msg->pushEndTime))}</td>
<td>
<if condition="$msg->pushUsers == -1">系统消息
Expand Down

0 comments on commit d3a090f

Please sign in to comment.