| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/marisol/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="col-md-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$_L['New Role']}</h5>
</div>
<div class="ibox-content">
<form action="{$_url}settings/add_role_post/" method="post" accept-charset="utf-8">
<div class="form-group"><label for="rname" class="control-label"> <small class="req text-danger">* </small>Role Name</label><input type="text" id="rname" name="rname" class="form-control" autofocus></div>
<hr>
<div class="table-responsive">
<div class="table-responsive">
<table class="table table-bordered roles no-margin">
<thead>
<tr>
<th class="bold">{$_L['Permission']}</th>
<th class="text-center bold">{$_L['View']}</th>
<th class="text-center bold">{$_L['Edit']}</th>
<th class="text-center bold">{$_L['Create']}</th>
<th class="text-center text-danger bold">{$_L['Delete']}</th>
</tr>
</thead>
<tbody>
{foreach $permissions as $permission}
<tr data-id="{$permission['id']}">
<td class="bold">{$permission['pname']}</td>
<td class="text-center">
<div class="checkbox">
<div class="i-checks"><label style="padding-left: 0"> <input name="{$permission['shortname']}_view" class="ib_checkbox" type="checkbox" value="yes"></label></div>
</div>
</td>
<td class="text-center">
<div class="checkbox">
<div class="i-checks"><label> <input name="{$permission['shortname']}_edit" class="ib_checkbox" type="checkbox" value="yes"></label></div>
</div>
</td>
<td class="text-center">
<div class="checkbox">
<div class="i-checks"><label> <input name="{$permission['shortname']}_create" class="ib_checkbox" type="checkbox" value="yes"></label></div>
</div>
</td>
<td class="text-center">
<div class="checkbox checkbox-danger">
<div class="i-checks"><label> <input name="{$permission['shortname']}_delete" class="ib_checkbox" type="checkbox" value="yes"></label></div>
</div>
</td>
</tr>
{/foreach}
</tbody>
</table>
<button class="md-btn md-btn-primary" type="submit" id="submit"><i class="fa fa-check"></i> {$_L['Save']}</button> </div>
</div>
</form>
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}