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.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/template/mail/text/html/notification_admin.tpl b/themes/default/template/mail/text/html/notification_admin.tpl
index f30c0df07..f236b8ee6 100644
--- a/themes/default/template/mail/text/html/notification_admin.tpl
+++ b/themes/default/template/mail/text/html/notification_admin.tpl
@@ -2,6 +2,8 @@
{if isset($TECHNICAL)}
<p style="padding-top:10px;font-size:11px;">
-{$TECHNICAL|nl2br}
+{'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