From 2aff5aa62a0ffec868402fdcd9ce004f68b966c9 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Mon, 25 May 2020 19:41:26 +0200 Subject: account: Rework the account design Signed-off-by: Max Magorsch --- account/log.ftl | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 account/log.ftl (limited to 'account/log.ftl') diff --git a/account/log.ftl b/account/log.ftl deleted file mode 100644 index 29046cf..0000000 --- a/account/log.ftl +++ /dev/null @@ -1,35 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.mainLayout active='log' bodyClass='log'; section> - -
-
-

${msg("accountLogHtmlTitle")}

-
-
- - - - - - - - - - - - - - <#list log.events as event> - - - - - - - - - - -
${msg("date")}${msg("event")}${msg("ip")}${msg("client")}${msg("details")}
${event.date?datetime}${event.event}${event.ipAddress}${event.client!}<#list event.details as detail>${detail.key} = ${detail.value} <#if detail_has_next>,
- - \ No newline at end of file -- cgit v1.2.3-65-gdbad