summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/locationstable.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/permissionmanager/templates/locationstable.html')
-rw-r--r--modules-available/permissionmanager/templates/locationstable.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/modules-available/permissionmanager/templates/locationstable.html b/modules-available/permissionmanager/templates/locationstable.html
index 3f15ee7b..aa4553f8 100644
--- a/modules-available/permissionmanager/templates/locationstable.html
+++ b/modules-available/permissionmanager/templates/locationstable.html
@@ -13,22 +13,22 @@
<div class="col-md-12">
<table id="locationsTable" class="table table-condensed table-hover">
<thead>
- <tr>
- <th data-sort="string">{{lang_Locations}}</th>
- <th>{{lang_Roles}}</th>
- </tr>
+ <tr>
+ <th data-sort="string">{{lang_Locations}}</th>
+ <th>{{lang_Roles}}</th>
+ </tr>
</thead>
<tbody>
{{#location}}
- <tr data-selectizeCount='0'>
- <td>{{locname}}</td>
- <td>
- {{#roles}}
- <span class="label label-default customSpanMargin roleId-{{roleId}}">{{roleName}}</span>
- {{/roles}}
- </td>
- </tr>
+ <tr data-selectizeCount='0'>
+ <td>{{locname}}</td>
+ <td>
+ {{#roles}}
+ <span class="label label-default customSpanMargin roleId-{{roleId}}">{{roleName}}</span>
+ {{/roles}}
+ </td>
+ </tr>
{{/location}}
</tbody>
</table>