mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
a5be988a43
Todo frontend details and sending. Also there is a no timestamp error at import on some mails (error returns e.g.)
19 lines
1.1 KiB
Smarty
19 lines
1.1 KiB
Smarty
<div class="row">
|
|
<div class="row-height">
|
|
<div class="col-xs-12 col-md-10 col-md-height" style="float:[NACHRICHT_FLOAT];">
|
|
<div class="inside inside-full-height" style= "border:1px solid black;">
|
|
<fieldset>
|
|
<legend>{|<b>[NACHRICHT_BETREFF]</b>|}</legend>
|
|
<table width="100%" border="0" class="mkTableFormular">
|
|
<tr><td>{|Zeit|}:</td><td>[NACHRICHT_ZEIT]</td></tr>
|
|
<tr><td>{|[NACHRICHT_RICHTUNG]|}:</td><td>[NACHRICHT_NAME] <[NACHRICHT_EMAILADRESSE]></td></tr>
|
|
<tr><td colspan=2><hr style="border-style:solid; border-width:1px"></td></tr>
|
|
<tr><td colspan=2><div id="body" style="overflow:scroll; max-height:400px;">[NACHRICHT_TEXT]</div></td></tr>
|
|
</table>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|