This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/email_queue/add.tpl
2011-05-03 09:49:01 +10:00

68 lines
3.2 KiB
Smarty

{assign var=meth value=':'|explode:$VAR._page}
<!-- {$meth.0}:{$meth.1} -->
<!-- Display the form validation -->
{if $form_validation}
{$block->display('core:alert_fields')}
{/if}
<!-- Display the form to collect the input values -->
<form id="add" method="post" action="" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="table_heading">{osb f=tt}</td>
</tr>
<tr valign="top">
<td class="row1">
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=status}</td>
<td style="width: 65%;">{$list->bool('email_queue_status',$VAR.email_queue_status,'form_menu')}</td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=account_id}</td>
<td style="width: 65%;">{osb f=autoselect module=account return=id field=email_queue_account_id default=$VAR.email_queue_account_id}</td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=email_template}</td>
<td style="width: 65%;"><input type="text" name="email_queue_email_template" value="{$VAR.email_queue_email_template}" {if $email_queue_email_template == true}class="form_field_error"{/if}/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=sql1}</td>
<td style="width: 65%;"><input type="text" name="email_queue_sql1" value="{$VAR.email_queue_sql1}" {if $email_queue_sql1 == true}class="form_field_error"{/if}/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=sql2}</td>
<td style="width: 65%;"><input type="text" name="email_queue_sql2" value="{$VAR.email_queue_sql2}" {if $email_queue_sql2 == true}class="form_field_error"{/if}/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=sql3}</td>
<td style="width: 65%;"><input type="text" name="email_queue_sql3" value="{$VAR.email_queue_sql3}" {if $email_queue_sql3 == true}class="form_field_error"{/if}/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=sql4}</td>
<td style="width: 65%;"><input type="text" name="email_queue_sql4" value="{$VAR.email_queue_sql4}" {if $email_queue_sql4 == true}class="form_field_error"{/if}/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=sql5}</td>
<td style="width: 65%;"><input type="text" name="email_queue_sql5" value="{$VAR.email_queue_sql5}" {if $email_queue_sql5 == true}class="form_field_error"{/if}/></td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=var}</td>
<td style="width: 65%;"><input type="text" name="email_queue_var" value="{$VAR.email_queue_var}" {if $email_queue_var == true}class="form_field_error"{/if}/></td>
</tr>
{include file='file:../core/add_tr_submit.tpl'}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>