diff options
author | Udo Walter | 2017-05-15 16:50:28 +0200 |
---|---|---|
committer | Udo Walter | 2017-05-15 16:50:28 +0200 |
commit | a29c52a1ceff7e7fe0d93693ed7068fd14703eb4 (patch) | |
tree | 747aac10fcfbe5089c4cc16553481414c5f74cd5 /modules-available/permissionmanager/templates/rolestable.html | |
parent | [statistics_reporting] implemented usecase of permissionmanager in statistics... (diff) | |
download | slx-admin-a29c52a1ceff7e7fe0d93693ed7068fd14703eb4.tar.gz slx-admin-a29c52a1ceff7e7fe0d93693ed7068fd14703eb4.tar.xz slx-admin-a29c52a1ceff7e7fe0d93693ed7068fd14703eb4.zip |
[js_stupidtable] changed one-line code to formatted code;
modified to show sorting arrows on columns and different mouse cursor on hover
Diffstat (limited to 'modules-available/permissionmanager/templates/rolestable.html')
-rw-r--r-- | modules-available/permissionmanager/templates/rolestable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/permissionmanager/templates/rolestable.html b/modules-available/permissionmanager/templates/rolestable.html index a455d346..a3e31e15 100644 --- a/modules-available/permissionmanager/templates/rolestable.html +++ b/modules-available/permissionmanager/templates/rolestable.html @@ -12,7 +12,7 @@ <div class="row"> <div class="col-md-12"> - <table id="rolesTable" class="table table-condensed table-hover"> + <table id="rolesTable" class="table table-condensed table-hover stupidtable"> <thead> <tr> <th data-sort="string">{{lang_Roles}}</th> |