20 lines
512 B
HTML
20 lines
512 B
HTML
<div class="divContent">
|
|
<h2>Empfänger auswählen</h2>
|
|
<table cellpadding="0" cellspacing="0" class="tableBorder">
|
|
<tr>
|
|
<th>An alle Kunden senden</th>
|
|
<td><input type="checkbox" name="all" {ALL} /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divContent">
|
|
<table cellpadding="0" cellspacing="0" class="tableBorder">
|
|
<tr>
|
|
<th>Auswählen</th>
|
|
<th>E-Mail Adresse</th>
|
|
<th>Newsletter abbestellen</th>
|
|
</tr>
|
|
{CUSTOMERS}
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div> |