Files
bm/public_html/public/cms/templates/customerlist2.html
2025-09-24 13:26:28 +02:00

15 lines
371 B
HTML

<div class="divContent">
<h2>{TITLE}</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0" width="660">
<tr>
<th style="width:20px">&raquo;</th>
<th>Nachname</th>
<th>Vorname</th>
<th>E-Mail</th>
</tr>
{CUSTOMERS}
</table>
</div>
<div class="divSeparator">&nbsp;</div>
<input type="hidden" name="currentView" value="list" />