View file styles/bb3-mobi/template/ucp_pm_history.html

File size: 840B
<div class="tab"><span class="gensmall">{L_MESSAGE_HISTORY}</span></div>

<!-- BEGIN history_row -->

<div class="row<!-- IF history_row.S_ROW_COUNT is even -->_easy<!-- ELSE -->_hard<!-- ENDIF -->">

<b>{history_row.MESSAGE_AUTHOR_FULL}</b> {history_row.SENT_DATE}<br />{history_row.MINI_POST_IMG} {history_row.SUBJECT}

<span class="count">

<!-- IF history_row.U_POST_REPLY_PM --> <a href="{history_row.U_POST_REPLY_PM}" class="buttom">{L_POST_REPLY}</a><!-- ENDIF -->

<!-- IF history_row.U_QUOTE --> <a href="{history_row.U_QUOTE}" class="buttom">{L_QUOTE}</a><!-- ENDIF --></span><br />

<!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="gensmall">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --><br />

<a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a>

</div>

<!-- END history_row -->