monitor-frontend/_html/body_message.html

14 lines
515 B
HTML
Raw Normal View History

2018-08-04 10:53:24 +02:00
<table width="90%" class="msg_box" border="0" cellspacing="1" cellpadding="0" id="privmessage">
<tr>
<td>
<b>Nachricht von:</b> $row[real_name] ($msg_date)<br>
<i>$msg_text</i>
</td>
</tr>
<tr>
<td align="right">
<a href="javascript:oeffnefenster('pmfunctions.inc.php?pmdo=reply&to=$row[userid_from]&msg_id=$row[id]');">antworten</a> - <a href="javascript:animatedcollapse.toggle('PrivateMessage')" onclick="doSQL('deletepm', '$row[id]')">l&ouml;schen</a> &nbsp;&nbsp;
</td>
</tr>
</table>
<br>