saimod_mail/tpl/saimod_mail_contact_new.tpl

35 lines
1.3 KiB
Smarty

<div class="table-responsive">
<table class="table table-striped table-condensed tablesorter sai_margin_off" id="table_mail_contact_new">
<tbody>
<tr>
<th>EMail</th>
<td><input id="input-contact-new-email" type="email" style="width: 100%"/></td>
</tr>
<tr>
<th>Sex</th>
<td><input id="input-contact-new-sex" type="text" style="width: 100%"/></td>
</tr>
<tr>
<th>FirstName</th>
<td><input id="input-contact-new-name-first" type="text" style="width: 100%"/></td>
</tr>
<tr>
<th>LastName</th>
<td><input id="input-contact-new-name-last" type="text" style="width: 100%"/></td>
</tr>
<tr>
<th>Organization</th>
<td><input id="input-contact-new-organization" type="text" style="width: 100%"/></td>
</tr>
<tr>
<th colspan="2"></th>
</tr>
<tr>
<th>Lists</th>
<th>Subscribed</th>
</tr>
${data}
</tbody>
</table>
<button class="btn btn-sm btn-success" id="btn-contact-new-insert" style="margin: 12px;"><i class="fa fa-save"></i>&nbsp;Insert</button>
</div>