forked from kevinowino869/mitrobill
hide if balance off
This commit is contained in:
@ -127,6 +127,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-md-2 control-label">{Lang::T('Send Balance')}</label>
|
<label class="col-md-2 control-label">{Lang::T('Send Balance')}</label>
|
||||||
@ -155,6 +156,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
@ -183,8 +183,10 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<li {if $_routes[1] eq 'recharge'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'recharge'}class="active" {/if}><a
|
||||||
href="{$_url}prepaid/recharge">{Lang::T('Recharge Account')}</a></li>
|
href="{$_url}prepaid/recharge">{Lang::T('Recharge Account')}</a></li>
|
||||||
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
<li {if $_routes[1] eq 'deposit'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'deposit'}class="active" {/if}><a
|
||||||
href="{$_url}prepaid/deposit">{Lang::T('Refill Balance')}</a></li>
|
href="{$_url}prepaid/deposit">{Lang::T('Refill Balance')}</a></li>
|
||||||
|
{/if}
|
||||||
{$_MENU_PREPAID}
|
{$_MENU_PREPAID}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@ -205,8 +207,10 @@
|
|||||||
href="{$_url}services/pppoe">{Lang::T('PPPOE Plans')}</a></li>
|
href="{$_url}services/pppoe">{Lang::T('PPPOE Plans')}</a></li>
|
||||||
<li {if $_routes[1] eq 'list'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'list'}class="active" {/if}><a
|
||||||
href="{$_url}bandwidth/list">{Lang::T('Bandwidth Plans')}</a></li>
|
href="{$_url}bandwidth/list">{Lang::T('Bandwidth Plans')}</a></li>
|
||||||
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
<li {if $_routes[1] eq 'balance'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'balance'}class="active" {/if}><a
|
||||||
href="{$_url}services/balance">{Lang::T('Balance Plans')}</a></li>
|
href="{$_url}services/balance">{Lang::T('Balance Plans')}</a></li>
|
||||||
|
{/if}
|
||||||
{$_MENU_SERVICES}
|
{$_MENU_SERVICES}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@ -278,7 +282,8 @@
|
|||||||
<li {if $_routes[1] eq 'Announcement'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Announcement'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Announcement">{Lang::T('Announcement')}</a></li>
|
href="{$_url}pages/Announcement">{Lang::T('Announcement')}</a></li>
|
||||||
<li {if $_routes[1] eq 'Announcement_Customer'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Announcement_Customer'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Announcement_Customer">{Lang::T('Customer Announcement')}</a></li>
|
href="{$_url}pages/Announcement_Customer">{Lang::T('Customer Announcement')}</a>
|
||||||
|
</li>
|
||||||
<li {if $_routes[1] eq 'Registration_Info'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Registration_Info'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Registration_Info">{Lang::T('Registration Info')}</a></li>
|
href="{$_url}pages/Registration_Info">{Lang::T('Registration Info')}</a></li>
|
||||||
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
||||||
|
Reference in New Issue
Block a user