summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-user.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-16 18:05:29 +0200
committerSimon Rettberg2016-08-16 18:05:29 +0200
commitbf3bb604fa82e0738fdb21d9bd4fd07000ed35bd (patch)
treed89f1aff06f9374ea44587542c3fd319cc727187 /modules-available/dozmod/templates/actionlog-user.html
parent[render] Restore debug template generation (diff)
downloadslx-admin-bf3bb604fa82e0738fdb21d9bd4fd07000ed35bd.tar.gz
slx-admin-bf3bb604fa82e0738fdb21d9bd4fd07000ed35bd.tar.xz
slx-admin-bf3bb604fa82e0738fdb21d9bd4fd07000ed35bd.zip
[dozmod] Implement action log subpage
Diffstat (limited to 'modules-available/dozmod/templates/actionlog-user.html')
-rw-r--r--modules-available/dozmod/templates/actionlog-user.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules-available/dozmod/templates/actionlog-user.html b/modules-available/dozmod/templates/actionlog-user.html
new file mode 100644
index 00000000..eefe1386
--- /dev/null
+++ b/modules-available/dozmod/templates/actionlog-user.html
@@ -0,0 +1,23 @@
+<h3>{{lang_currentFilter}}</h3>
+<table class="table table-bordered table-striped" style="width: auto">
+ <tr>
+ <th class="text-nowrap">{{lang_user}}</th>
+ <td>{{firstname}} {{lastname}}</td>
+ </tr>
+ <tr>
+ <th class="text-nowrap">{{lang_userId}}</th>
+ <td>{{userid}}</td>
+ </tr>
+ <tr>
+ <th class="text-nowrap">{{lang_organization}}</th>
+ <td>{{orgname}}</td>
+ </tr>
+ <tr>
+ <th class="text-nowrap">{{lang_email}}</th>
+ <td><a href="mailto:{{email}}">{{email}}</a></td>
+ </tr>
+ <tr>
+ <th class="text-nowrap">{{lang_lastLogin}}</th>
+ <td>{{lastlogin_s}}</td>
+ </tr>
+</table> \ No newline at end of file