diff --git a/templates/Froxlor/customer/email/emails_add.tpl b/templates/Froxlor/customer/email/emails_add.tpl new file mode 100644 index 00000000..2ccddbaf --- /dev/null +++ b/templates/Froxlor/customer/email/emails_add.tpl @@ -0,0 +1,39 @@ +$header +
+ +
+
+
{$lng['admin']['warning']}
+

{$lng['emails']['noemaildomainaddedyet']}
+
+
+
+ +
+

+ {$title}  + {$title} +

+
+ +
+ +
+
+ Froxlor - {$title} + + + {$email_add_form} +
+ +

+ + + + +

+
+
+
+
+$footer diff --git a/templates/Froxlor/customer/email/emails_edit.tpl b/templates/Froxlor/customer/email/emails_edit.tpl new file mode 100644 index 00000000..81f78645 --- /dev/null +++ b/templates/Froxlor/customer/email/emails_edit.tpl @@ -0,0 +1,31 @@ +$header +
+
+

+ {$title}  + {$title} +

+
+ +
+ +
+
+ Froxlor - {$title} + + + {$email_edit_form} +
+ +

+ + + + +

+
+
+ +
+
+$footer diff --git a/templates/Froxlor/customer/email/forwarder_add.tpl b/templates/Froxlor/customer/email/forwarder_add.tpl new file mode 100644 index 00000000..90cb5861 --- /dev/null +++ b/templates/Froxlor/customer/email/forwarder_add.tpl @@ -0,0 +1,31 @@ +$header +
+
+

+ {$title}  + {$title} +

+
+ +
+ +
+
+ Froxlor - {$title} + + + {$forwarder_add_form} +
+ +

+ + + + +

+
+
+ +
+
+$footer