19 lines
462 B
HTML
19 lines
462 B
HTML
<div class="divContent">
|
|
<h2>Newsletter</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>Betreff</th>
|
|
<td><input type="text" name="subject" value="{SUBJECT}" class="formText" maxlength="100" onChange="unsave()" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Erstellungsdatum</th>
|
|
<td>{CREATION_DATE}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Status</th>
|
|
<td>{STATUS}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div> |