summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/orglist.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-10-13 14:18:42 +0200
committerChristian Hofmaier2017-10-13 14:18:42 +0200
commitd55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a (patch)
tree03dc72aaaf7974c2ac17a765fc8b806a8b5898f0 /modules-available/dozmod/templates/orglist.html
parentMerge branch 'permission-manager' of git.openslx.org:openslx-ng/slx-admin int... (diff)
downloadslx-admin-d55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a.tar.gz
slx-admin-d55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a.tar.xz
slx-admin-d55c6e4f3c63b707fbddf1fccd3583f4a8a00c4a.zip
[dozmod] button margin to other fields, labels at Email-config left-aligned, users&perm tables got hover-effect and checkboxes got right-aligned
Diffstat (limited to 'modules-available/dozmod/templates/orglist.html')
-rw-r--r--modules-available/dozmod/templates/orglist.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules-available/dozmod/templates/orglist.html b/modules-available/dozmod/templates/orglist.html
index ef4f8d8b..361421c5 100644
--- a/modules-available/dozmod/templates/orglist.html
+++ b/modules-available/dozmod/templates/orglist.html
@@ -4,18 +4,18 @@
</div>
<div class="panel-body">
<div class="table-responsive">
- <table class="table table-stripped table-condensed stupidtable">
+ <table class="table table-stripped table-condensed table-hover stupidtable">
<thead>
<tr>
- <th data-sort="string">{{lang_organization}}</th>
- <th><span class="glyphicon glyphicon-ok" title="{{lang_canLoginOrganization}}"></span></th>
+ <th width="95%" data-sort="string">{{lang_organization}}</th>
+ <th width="5%"><span class="glyphicon glyphicon-ok" title="{{lang_canLoginOrganization}}"></span></th>
</tr>
</thead>
<tbody>
{{#organizations}}
<tr>
- <td class="text-left text-nowrap">{{displayname}}</td>
- <td>
+ <td width="95%" class="text-left text-nowrap">{{displayname}}</td>
+ <td width="5%">
<div class="checkbox">
<input onclick="seto('setorglogin', this, '{{organizationid}}')" type="checkbox" {{{canlogin}}}>
<label></label>