- add possibility to define email templates for "new database by customer" and "new ftp account by customer"

This commit is contained in:
Michael Kaufmann (d00p)
2010-08-10 09:21:07 +00:00
parent 599d179c4d
commit ee29c406ab
7 changed files with 164 additions and 37 deletions

View File

@@ -53,7 +53,9 @@ $available_templates = array(
'new_ticket_for_customer',
'new_ticket_by_staff',
'new_reply_ticket_by_customer',
'new_reply_ticket_by_staff'
'new_reply_ticket_by_staff',
'new_database_by_customer',
'new_ftpaccount_by_customer'
);
$file_templates = array(
'index_html'