| 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['Nature Of Operation']}</h5>
</div>
<div class="ibox-content">
<a href="{$_url}nature_operation/add/" class="btn btn-success"><i class="fa fa-plus"></i> {$_L['Add New Nature Of Operation']}</a>
<a href="{$_url}nature_operation/reorder/" class="btn btn-primary"><i class="fa fa-download"></i> {$_L['Reorder']}</a>
<br>
<br>
<table class="table table-striped table-bordered">
<th>{$_L['Nature Of Operation']}</th>
<th>{$_L['Manage']}</th>
{foreach $s as $nat}
<tr>
<td>{$nat['name']}</td>
<td>
<a href="{$_url}nature_operation/edit/{$nat['id']}" class="btn btn-xs btn-warning" data-id="{$nat['id']}" data-name="{$nat['name']}"><i class="fa fa-pencil"></i> {$_L['Edit']}</a>
<a href='#' data-id="{$nat['id']}" class="btn btn-xs btn-danger cdelete"><i class="fa fa-trash"></i> {$_L['Delete']}</a>
</td>
</tr>
{/foreach}
</table>
</div>
</div>
</div>
</div>
<input type="hidden" id="_msg_add_new_nature_operation" value="{$_L['Add New Nature Of Operation']}">
<input type="hidden" name="_msg_name" id="_msg_name" value="{$_L['Name']}">
<input type="hidden" name="_msg_edit" id="_msg_edit" value="{$_L['Edit']}">
<input type="hidden" name="_msg_ok" id="_msg_ok" value="{$_L['OK']}">
<input type="hidden" name="_msg_cancel" id="_msg_cancel" value="{$_L['Cancel']}">
{include file="sections/footer.tpl"}