summaryrefslogtreecommitdiffstats
path: root/modules-available/remoteaccess
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-22 16:10:49 +0200
committerSimon Rettberg2022-05-22 16:10:49 +0200
commitc12bee4376b3ef5304f3391a9fd30d303b403873 (patch)
tree8be62df6d29641e8d329cf036da417a092b50e70 /modules-available/remoteaccess
parentFix (diff)
downloadslx-admin-c12bee4376b3ef5304f3391a9fd30d303b403873.tar.gz
slx-admin-c12bee4376b3ef5304f3391a9fd30d303b403873.tar.xz
slx-admin-c12bee4376b3ef5304f3391a9fd30d303b403873.zip
[remoteaccess] Put restriction icon in separate column
Diffstat (limited to 'modules-available/remoteaccess')
-rw-r--r--modules-available/remoteaccess/templates/edit-group.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/remoteaccess/templates/edit-group.html b/modules-available/remoteaccess/templates/edit-group.html
index 3f456cb7..93fa66be 100644
--- a/modules-available/remoteaccess/templates/edit-group.html
+++ b/modules-available/remoteaccess/templates/edit-group.html
@@ -30,16 +30,16 @@
<label></label>
</div>
</td>
- <td class="text-nowrap">
+ <td class="slx-smallcol text-nowrap">
<div style="display:inline-block;width:{{depth}}em"></div>
<label for="loc-check-{{locationid}}" class="{{disabled}}">{{locationname}}</label>
+ </td>
+ <td>
{{#ra_never}}
- –
<span class="glyphicon glyphicon-remove text-danger" title="{{lang_roomRemoteAccessDisabled}}"></span>
{{/ra_never}}
{{#ra_selective}}
- –
- <span class="glyphicon glyphicon-time" title="{{lang_roomRemoteAccessWhenClosed}}"></span>
+ <span class="glyphicon glyphicon-time text-danger" title="{{lang_roomRemoteAccessWhenClosed}}"></span>
{{/ra_selective}}
</td>
</tr>