aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/mail/text/html/notification_admin.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/mail/text/html/notification_admin.tpl')
-rw-r--r--themes/default/template/mail/text/html/notification_admin.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/template/mail/text/html/notification_admin.tpl b/themes/default/template/mail/text/html/notification_admin.tpl
new file mode 100644
index 000000000..f236b8ee6
--- /dev/null
+++ b/themes/default/template/mail/text/html/notification_admin.tpl
@@ -0,0 +1,9 @@
+{$CONTENT}
+
+{if isset($TECHNICAL)}
+<p style="padding-top:10px;font-size:11px;">
+{'Connected user: %s'|translate:$TECHNICAL.username}<br>
+{'IP: %s'|translate:$TECHNICAL.ip}<br>
+{'Browser: %s'|translate:$TECHNICAL.user_agent}
+</p>
+{/if} \ No newline at end of file