thelounge/client/views/msg_action.tpl
2016-10-01 02:46:19 -04:00

10 lines
261 B
Smarty

<div class="msg {{type}}{{#if self}} self{{/if}}{{#if highlight}} highlight{{/if}}" id="msg-{{id}}">
<span class="time" title="{{localetime time}}">
{{tz time}}
</span>
<span class="from"></span>
<span class="text">
{{partial template}}
</span>
</div>