https://t.me/RX1948
Server : LiteSpeed
System : Linux srv104790275 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User : dewac4139 ( 1077)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /usr/local/CyberCP/userManagment/templates/userManagment/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/CyberCP/userManagment/templates/userManagment/changeUserACL.html
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Change User ACL - CyberPanel" %}{% endblock %}
{% block content %}

{% load static %}
{% get_current_language as LANGUAGE_CODE %}
<!-- Current language: {{ LANGUAGE_CODE }} -->

<div class="container">
<div id="page-title">
   <h2>{% trans "Change User ACL" %}</h2>
   <p>{% trans "This page can be used to change ACL for CyberPanel users." %}</p>
</div>

<div ng-controller="changeUserACLCTRL" class="panel">
    <div class="panel-body">
        <h3 class="content-box-header">
            {% trans "Change User ACL" %} <img ng-hide="aclLoading" src="{% static 'images/loading.gif' %}">
        </h3>
        <div  class="example-box-wrapper">


            <form action="/" class="form-horizontal bordered-row panel-body">


                 <div class="form-group">
                    <label class="col-sm-3 control-label">{% trans "Select User" %} </label>
                    <div class="col-sm-6">
                        <select ng-model="selectedUser" class="form-control">
                            {% for items in usersList %}
                                <option>{{ items }}</option>
                            {% endfor %}
                        </select>
                    </div>
                </div>

                <div class="form-group">
                    <label class="col-sm-3 control-label">{% trans "Select ACL" %} </label>
                    <div class="col-sm-6">
                        <select ng-model="selectedACL" class="form-control">
                            {% for items in aclNames %}
                                <option>{{ items }}</option>
                            {% endfor %}
                        </select>
                    </div>
                </div>




                <div ng-hide="deleteACLButton" class="form-group">
                        <label class="col-sm-3 control-label"></label>
                        <div class="col-sm-4">
                             <button type="button" ng-click="changeACLFunc()" class="btn btn-primary btn-lg">{% trans "Change ACL" %}</button>

                        </div>
                </div>

            </form>



        </div>
    </div>
</div>


</div>


{% endblock %}

https://t.me/RX1948 - 2025