| 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/imobles/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="widget-1 col-md-6 col-sm-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{$_L['Add Payee']}</h3>
</div>
<div class="panel-body">
<form role="form" name="accadd" method="post" action="{$_url}settings/payee-post">
<div class="form-group">
<label for="name">{$_L['Name']}</label>
<input type="text" class="form-control" id="name" name="name">
</div>
<button type="submit" class="btn btn-primary"><i class="fa fa-check"></i> {$_L['Submit']}</button>$f[
</form>
</div>
</div>
</div> <!-- Widget-1 end-->
<div class="widget-1 col-md-6 col-sm-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{$_L['Manage Payees']}</h3>
</div>
<div class="panel-body">
<span id="resp">{$_L['drag_n_drop_help']}</span>
<ol class="rounded-list" id="sorder">
{foreach $d as $ds}
<li id='recordsArray_{$ds['id']}'><a href="{$_url}settings/payee-manage/{$ds['id']}">{$ds['name']}</a></li>
{/foreach}
</ol>
</div>
</div>
</div>
<!-- Widget-2 end-->
</div> <!-- Row end-->
<!-- Row end-->
<!-- Row end-->
{include file="sections/footer.tpl"}