summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-user.html
blob: eefe1386bd524470adfec7f500297a98c6882d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>