commit
b2ac84900e
@ -72,7 +72,7 @@
|
|||||||
<table class="table table-bordered table-striped table-bordered table-hover mb-0"
|
<table class="table table-bordered table-striped table-bordered table-hover mb-0"
|
||||||
style="margin-bottom: 0px;">
|
style="margin-bottom: 0px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small text-success text-uppercase text-normal">{Lang::T('Username')}</td>
|
<td class="small text-success text-uppercase text-normal">{Lang::T('Usernames')}</td>
|
||||||
<td class="small mb15">{$_user['username']}</td>
|
<td class="small mb15">{$_user['username']}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
{if $_c['enable_balance'] == 'yes'}
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small text-warning text-uppercase text-normal">{Lang::T('Balance')}</td>
|
<td class="small text-warning text-uppercase text-normal">{Lang::T('Your Balance')}</td>
|
||||||
<td class="small mb15 text-bold">
|
<td class="small mb15 text-bold">
|
||||||
{Lang::moneyFormat($_user['balance'])}
|
{Lang::moneyFormat($_user['balance'])}
|
||||||
{if $_user['auto_renewal'] == 1}
|
{if $_user['auto_renewal'] == 1}
|
||||||
@ -183,18 +183,18 @@
|
|||||||
<table class="table table-bordered table-striped table-bordered table-hover"
|
<table class="table table-bordered table-striped table-bordered table-hover"
|
||||||
style="margin-bottom: 0px;">
|
style="margin-bottom: 0px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small text-primary text-uppercase text-normal">{Lang::T('Plan Name')}</td>
|
<td class="small text-primary text-uppercase text-normal">{Lang::T('Package Name')}</td>
|
||||||
<td class="small mb15">
|
<td class="small mb15">
|
||||||
{$_bill['namebp']}
|
{$_bill['namebp']}
|
||||||
{if $_bill['status'] != 'on'}
|
{if $_bill['status'] != 'on'}
|
||||||
<a class="label label-danger pull-right"
|
<a class="label label-danger pull-right"
|
||||||
href="{$_url}order/package">{Lang::T('expired')}</a>
|
href="{$_url}order/package">{Lang::T('Expired')}</a>
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{if $_c['show_bandwidth_plan'] == 'yes'}
|
{if $_c['show_bandwidth_plan'] == 'yes'}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small text-primary text-uppercase text-normal">{Lang::T('Bandwidth')}</td>
|
<td class="small text-primary text-uppercase text-normal">Bandwidth</td>
|
||||||
<td class="small mb15">
|
<td class="small mb15">
|
||||||
{$_bill['name_bw']}
|
{$_bill['name_bw']}
|
||||||
</td>
|
</td>
|
||||||
@ -346,11 +346,11 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-5">
|
||||||
<input type="text" id="username" name="username" class="form-control" required
|
<input type="text" id="username" name="username" class="form-control" required
|
||||||
placeholder="{Lang::T('Username')}">
|
placeholder="{Lang::T('Friend Username')}">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-5">
|
||||||
<input type="number" id="balance" name="balance" autocomplete="off" class="form-control"
|
<input type="number" id="balance" name="balance" autocomplete="off" class="form-control"
|
||||||
required placeholder="{Lang::T('Balance')}">
|
required placeholder="{Lang::T('Balance Amount')}">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-sm-2" align="center">
|
<div class="form-group col-sm-2" align="center">
|
||||||
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
||||||
@ -379,7 +379,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="text" id="username" name="username" class="form-control" required
|
<input type="text" id="username" name="username" class="form-control" required
|
||||||
placeholder="{Lang::T('Username')}">
|
placeholder="{Lang::T('Usernames')}">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-sm-2" align="center">
|
<div class="form-group col-sm-2" align="center">
|
||||||
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
<input type="file" class="form-control" name="photo" accept="image/*">
|
<input type="file" class="form-control" name="photo" accept="image/*">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-3 col-xs-4" title="Not always Working">
|
<div class="form-group col-md-3 col-xs-4" title="Not always Working">
|
||||||
<label class=""><input type="checkbox" checked name="faceDetect" value="yes"> Facedetect</label>
|
<label class=""><input type="checkbox" checked name="faceDetect" value="yes"> {Lang::T('Face Detect')}</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-md-3 control-label">{Lang::T('Username')}</label>
|
<label class="col-md-3 control-label">{Lang::T('Usernames')}</label>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
{if $_c['registration_username'] == 'phone'}
|
{if $_c['registration_username'] == 'phone'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user