forked from kevinowino869/mitrobill
Auto Translate Language
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="box box-primary box-solid">
|
||||
<div class="box-header"><h3 class="box-title">{$_L['Order_Voucher']}</h3></div>
|
||||
<div class="box-header"><h3 class="box-title">{Lang::T('Order Voucher')}</h3></div>
|
||||
<div class="box-body">
|
||||
{include file="$_path/../pages/Order_Voucher.html"}
|
||||
</div>
|
||||
@ -15,22 +15,22 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-12">
|
||||
<div class="panel panel-success panel-hovered panel-stacked mb30">
|
||||
<div class="panel-heading">{$_L['Voucher_Activation']}</div>
|
||||
<div class="panel-heading">{Lang::T('Voucher Activation')}</div>
|
||||
<div class="panel-body">
|
||||
<form class="form-horizontal" method="post" role="form" action="{$_url}voucher/activation-post">
|
||||
<div class="form-group">
|
||||
<label class="col-md-2 control-label">{$_L['Code_Voucher']}</label>
|
||||
<label class="col-md-2 control-label">{Lang::T('Code Voucher')}</label>
|
||||
<div class="col-md-6">
|
||||
<input type="text" class="form-control" id="code" name="code"
|
||||
placeholder="{$_L['Enter_Voucher_Code']}">
|
||||
placeholder="{Lang::T('Enter voucher code here')}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
<button class="btn btn-success waves-effect waves-light"
|
||||
type="submit">{$_L['Recharge']}</button>
|
||||
Or <a href="{$_url}home">{$_L['Cancel']}</a>
|
||||
type="submit">{Lang::T('Recharge')}</button>
|
||||
Or <a href="{$_url}home">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user