ininitial froxlor commit;
'reverted' old-style update-process; removed billing-classes, -functions and -templates; some sql-fixes;
This commit is contained in:
6
templates/customer/email/autoresponder_autoresponder.tpl
Normal file
6
templates/customer/email/autoresponder_autoresponder.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left">{$row['email']}</td>
|
||||
<td class="field_name"><if $row['enabled'] != 0>{$lng['panel']['yes']}</if><if $row['enabled'] == 0>{$lng['panel']['no']}</if></td>
|
||||
<td class="field_name"><a href="$filename?&action=edit&email={$row['email']}&s=$s">{$lng['panel']['edit']}</a></td>
|
||||
<td class="field_name"><a href="$filename?&action=delete&email={$row['email']}&s=$s">{$lng['panel']['delete']}</a></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user