summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/userlist.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-17 12:30:53 +0200
committerSimon Rettberg2016-08-17 12:30:53 +0200
commit35667fcedba31d809ded2a2c4eb105d75eb2f6f1 (patch)
treeaf6cc079abb521a62924e24341221402c6622fc4 /modules-available/dozmod/templates/userlist.html
parent[main] Show submenu as extra row when not in large mode (diff)
downloadslx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.gz
slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.xz
slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.zip
Clean up css a bit
Diffstat (limited to 'modules-available/dozmod/templates/userlist.html')
-rw-r--r--modules-available/dozmod/templates/userlist.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/dozmod/templates/userlist.html b/modules-available/dozmod/templates/userlist.html
index 7dd84fd4..93ef7b41 100644
--- a/modules-available/dozmod/templates/userlist.html
+++ b/modules-available/dozmod/templates/userlist.html
@@ -22,10 +22,10 @@
<tbody>
{{#users}}
<tr>
- <td class="text-left slx-nowrap"><a href="?do=dozmod&amp;section=actionlog&amp;action=showuser&amp;uuid={{userid}}">{{lastname}}, {{firstname}}</a></td>
- <td class="text-left slx-nowrap">{{orgname}}</td>
- <td class="text-left slx-nowrap">{{lastlogin}}</td>
- <td class="text-left slx-nowrap"><a href="mailto:{{email}}">{{email}}</a></td>
+ <td class="text-left text-nowrap"><a href="?do=dozmod&amp;section=actionlog&amp;action=showuser&amp;uuid={{userid}}">{{lastname}}, {{firstname}}</a></td>
+ <td class="text-left text-nowrap">{{orgname}}</td>
+ <td class="text-left text-nowrap">{{lastlogin}}</td>
+ <td class="text-left text-nowrap"><a href="mailto:{{email}}">{{email}}</a></td>
<td><input onclick="setu('setmail', this, '{{userid}}')" type="checkbox" {{{emailnotifications}}}></td>
<td><input onclick="setu('setsu', this, '{{userid}}')" type="checkbox" {{{issuperuser}}}></td>
<td><input onclick="setu('setlogin', this, '{{userid}}')" type="checkbox" {{{canlogin}}}></td>