Initial commit
This commit is contained in:
14
_html/body_message.html
Executable file
14
_html/body_message.html
Executable file
@ -0,0 +1,14 @@
|
||||
<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öschen</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
Reference in New Issue
Block a user