| 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-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$_L['Manage_Accounts']}</h5>
</div>
<div class="ibox-content">
<table class="table table-striped table-bordered">
<th>{$_L['Account']}</th>
<th>{$_L['Description']}</th>
<th>{$_L['Manage']}</th>
{foreach $d as $ds}
<tr>
<td>{$ds['account']}</td>
<td>{$ds['description']}</td>
<td>
<a href="{$_url}accounts/edit/{$ds['id']}" class="btn btn-xs btn-warning"><i class="fa fa-pencil"></i> {$_L['Edit']}</a>
{if $ds['ib_url'] neq ''}
<a href="{$ds['ib_url']}" target="_blank" class="btn btn-xs btn-primary"><i class="fa fa-globe"></i></a>
{/if}
<a href="{$_url}accounts/delete/{$ds['id']}" id="did{$ds['id']}" class="cdelete btn btn-danger btn-xs"><i class="fa fa-trash"></i> {$_L['Delete']}</a>
{if in_array($ds['bank_code'], $banks)}
<a href="#" data-id_account="{$ds['id']}" class="btn btn-xs btn-info add-bank-slip-data">
<i class="fa fa-plus"></i> {$_L['Add bank slip data']}
</a>
{/if}
</td>
</tr>
{/foreach}
</table>
</div>
</div>
</div>
</div>
<input type="hidden" id="_lan_are_you_sure" value="{$_L['are_you_sure']}">
{include file="sections/footer.tpl"}