- fixed database-field-names in customer_autoresponder.php - added date-pattern in autoresponder_add and _delete templates - corrected $cronlog->logAction()-calls in cron_autoresponder.php - corrected time-cycle-check in cron_autoresponder.php
43 lines
2.0 KiB
Smarty
43 lines
2.0 KiB
Smarty
$header
|
|
<form method="post" action="$filename">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="action" value="$action" />
|
|
<input type="hidden" name="account" value="$email" />
|
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
|
<tr>
|
|
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" /> {$lng['autoresponder']['autoresponder_edit']}</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_name">{$lng['autoresponder']['account']}:</td>
|
|
<td class="main_field_display" nowrap="nowrap">{$email}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_name">{$lng['autoresponder']['active']}:</td>
|
|
<td class="main_field_display" nowrap="nowrap"><input type="checkbox" name="active" value="1"{$checked} /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_name">{$lng['autoresponder']['date_from']} (dd-mm-yyyy):</td>
|
|
<td class="main_field_display" nowrap="nowrap"><input type="text" name="date_from" maxlength="10" value="{$date_from}" /> {$date_from_off}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_name">{$lng['autoresponder']['date_until']} (dd-mm-yyyy):</td>
|
|
<td class="main_field_display" nowrap="nowrap"><input type="text" name="date_until" maxlength="10" value="{$date_until}" /> {$date_until_off}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_name">{$lng['autoresponder']['subject']}:</td>
|
|
<td class="main_field_display" nowrap="nowrap"><input type="text" name="subject" maxlength="70" value="{$subject}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_name" colspan="2">{$lng['autoresponder']['message']}:</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_display" colspan="2"><textarea class="textarea_border" rows="12" cols="60" name="message">{$message}</textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['autoresponder']['autoresponder_edit']}" /></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<br />
|
|
<br />
|
|
$footer |