28 lines
1.0 KiB
Smarty
28 lines
1.0 KiB
Smarty
<div class="table-responsive">
|
|
<table class="table table-striped table-condensed tablesorter sai_margin_off" id="table_mail_template_new">
|
|
<tbody>
|
|
<tr>
|
|
<th>Type</th>
|
|
<td>
|
|
<select id="input-template-new-type">
|
|
<option value="0">Text</option>
|
|
<option value="1">HTML</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Name</th>
|
|
<td>
|
|
<input id="input-template-new-name" type="text" style="width: 100%"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Value</th>
|
|
<td>
|
|
<textarea id="input-template-new-value" style="width: 100%; min-height: 350px;"></textarea>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<button class="btn btn-sm btn-success" id="btn-template-new-insert" style="margin: 12px;"><i class="fa fa-save"></i> Insert</button>
|
|
</div> |