mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00

- Added ability to style the system messages in chat (e.g. Lobby management) Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5130 b45a01b8-16f6-495d-af2f-9b41ad6348cc
14 lines
No EOL
263 B
HTML
14 lines
No EOL
263 B
HTML
<style type="text/css">
|
|
%css-style%
|
|
</style>
|
|
<table class='systemHeader' width='100%'>
|
|
<tr>
|
|
<td class='name'>%name%</td>
|
|
<td width='130' align='right' class='time'>%time%</td>
|
|
</tr>
|
|
</table>
|
|
<table width='100%'>
|
|
<tr>
|
|
<td>%message%</td>
|
|
</tr>
|
|
</table> |