| 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/leve/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="col-md-6">
<div class="ibox float-e-margins" id="ui_settings">
<div class="ibox-title">
<h5>{$_L['Choose Features']}</h5>
</div>
<div class="ibox-content">
<table class="table table-hover">
<tbody>
<tr>
<td width="80%"><label for="config_accounting">{$_L['Accounting']} </label></td>
<td> <input type="checkbox" {if get_option('accounting') eq '1'}checked{/if} data-toggle="toggle" data-size="small" data-on="{$_L['Yes']}" data-off="{$_L['No']}" id="config_accounting"></td>
</tr>
<tr>
<td width="80%"><label for="config_invoicing">{$_L['Invoicing']} </label></td>
<td> <input type="checkbox" {if get_option('invoicing') eq '1'}checked{/if} data-toggle="toggle" data-size="small" data-on="{$_L['Yes']}" data-off="{$_L['No']}" id="config_invoicing"></td>
</tr>
<tr>
<td width="80%"><label for="config_quotes">{$_L['Quotes']} </label></td>
<td> <input type="checkbox" {if get_option('quotes') eq '1'}checked{/if} data-toggle="toggle" data-size="small" data-on="{$_L['Yes']}" data-off="{$_L['No']}" id="config_quotes"></td>
</tr>
{*<tr>*}
{*<td width="80%"><label for="config_client_dashboard">{$_L['Enable Client Dashboard']} </label></td>*}
{*<td> <input type="checkbox" {if get_option('client_dashboard') eq '1'}checked{/if} data-toggle="toggle" data-size="small" data-on="{$_L['Yes']}" data-off="{$_L['No']}" id="config_client_dashboard"></td>*}
{*</tr>*}
</tbody>
</table>
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}