Server IP : 23.254.227.96 / Your IP : 216.73.216.120 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/local/cwpsrv/var/services/pma/templates/server/user_groups/ |
Upload File : |
<div class="row"><h2>{% trans 'User groups' %}</h2></div> {% if has_rows > 0 %} <form name="userGroupsForm" id="userGroupsForm" action="{{ action|raw }}" method="post"> {{ hidden_inputs|raw }} <table class="table table-light table-striped table-hover"> <thead class="thead-light"> <tr class="text-nowrap"> <th scope="col"> {% trans 'User groups' %} </th> <th scope="col"> {% trans 'Server level tabs' %} </th> <th scope="col"> {% trans 'Database level tabs' %} </th> <th scope="col"> {% trans 'Table level tabs' %} </th> <th scope="col"> {% trans 'Action' %} </th> </tr> </thead> <tbody> {% for groupName in user_groups_values %} <tr> <td>{{ groupName.name }}</td> <td>{{ groupName.serverTab }}</td> <td>{{ groupName.dbTab }}</td> <td>{{ groupName.tableTab }}</td> <td class="text-nowrap"> <a class="" href="{{ groupName.userGroupUrl|raw }}" data-post="{{ groupName.viewUsersUrl|raw }}">{{ groupName.viewUsersIcon|raw }}</a> <a class="" href="{{ groupName.userGroupUrl|raw }}" data-post="{{ groupName.editUsersUrl|raw }}">{{ groupName.editUsersIcon|raw }}</a> <a class="deleteUserGroup ajax" href="{{ groupName.userGroupUrl|raw }}" data-post="{{ groupName.deleteUsersUrl|raw }}">{{ groupName.deleteUsersIcon|raw }}</a> </td> </tr> {% endfor %} </tbody> </table> </form> {% endif %} <div class="row"> <fieldset id="fieldset_add_user_group"> <a href="{{ add_user_url|raw }}">{{ add_user_icon|raw }}{% trans 'Add user group' %}</a> </fieldset> </div>