| 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="widget-1 col-md-6 col-sm-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{$_L['Edit_Account']}</h3>
</div>
<div class="panel-body">
<form role="form" name="accadd" method="post" action="{$_url}accounts/edit-post">
<div class="form-group">
<label for="account">{$_L['Account_Title']}</label>
<input type="text" class="form-control" id="account" name="account" value="{$d->account}">
</div>
<div class="form-group">
<label for="description">{$_L['Description']}</label>
<input type="text" class="form-control" id="description" name="description" value="{$d->description}">
</div>
<div class="form-group" style="display: inline-block; width: 60%;">
<label for="agency_number">{$_L['Agency Number']}</label>
<input type="text" class="form-control lr-account-number" id="agency_number" name="agency_number" value="{$d->agency_number}">
</div>
<div class="form-group" style="display: inline-block">
<label for="agency_digit">{$_L['Agency Digit']}</label>
<input type="text" class="form-control lr-account-digit" id="agency_digit" name="agency_digit" value="{$d->agency_digit}">
</div>
<div class="form-group" style="display: inline-block; width: 60%;">
<label for="account_number">{$_L['Account Number']}</label>
<input type="text" class="form-control lr-account-number" id="account_number" name="account_number" value="{$d->account_number}">
</div>
<div class="form-group" style="display: inline-block">
<label for="account_digit">{$_L['Account Digit']}</label>
<input type="text" class="form-control lr-account-digit" id="account_digit" name="account_digit" value="{$d->account_digit}">
</div>
<div class="form-group">
<label for="contact_person">{$_L['Contact Person']}</label>
<input type="text" class="form-control" id="contact_person" name="contact_person" value="{$d->contact_person}">
</div>
<div class="form-group">
<label for="contact_phone">{$_L['Phone']}</label>
<input type="text" class="form-control" id="contact_phone" name="contact_phone" value="{$d->contact_phone}">
</div>
<div class="form-group">
<label for="ib_url">{$_L['Internet Banking URL']}</label>
<input type="text" class="form-control" id="ib_url" name="ib_url" value="{$d->ib_url}">
</div>
<div class="form-group">
<label for="ib_bank_code">{$_L['Bank Code']}</label>
<input type="text" class="form-control lr-account-number" id="bank_code" name="bank_code" value="{$d->bank_code}">
</div>
<input type="hidden" name="id" value="{$d['id']}">
<button type="submit" class="btn btn-primary"><i class="fa fa-check"></i> {$_L['Submit']}</button>
</form>
</div>
</div>
</div> <!-- Widget-1 end-->
<!-- Widget-2 end-->
</div>
{include file="sections/footer.tpl"}