Change Menu Names
This commit is contained in:
parent
a6c004e1cb
commit
dee4c78e93
@ -310,7 +310,7 @@ switch ($action) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'voucher':
|
case 'voucher':
|
||||||
$ui->assign('_title', Lang::T('Prepaid Vouchers'));
|
$ui->assign('_title', Lang::T('Vouchers'));
|
||||||
$limit = 10;
|
$limit = 10;
|
||||||
$page = _get('p', 0);
|
$page = _get('p', 0);
|
||||||
$pageNow = $page * $limit;
|
$pageNow = $page * $limit;
|
||||||
|
@ -471,5 +471,13 @@
|
|||||||
"Show_To_Customer": "Type",
|
"Show_To_Customer": "Type",
|
||||||
"Using": "Using",
|
"Using": "Using",
|
||||||
"Default": "Default",
|
"Default": "Default",
|
||||||
"Customer_Balance": "Customer Balance"
|
"Customer_Balance": "Customer Balance",
|
||||||
|
"Vouchers": "Vouchers",
|
||||||
|
"Refill_Customer": "Refill Customer",
|
||||||
|
"Recharge_Customer": "Recharge Customer",
|
||||||
|
"Plans": "Plans",
|
||||||
|
"PPPOE": "PPPOE",
|
||||||
|
"Bandwidth": "Bandwidth",
|
||||||
|
"Customers": "Customers",
|
||||||
|
"Actives": "Actives"
|
||||||
}
|
}
|
@ -16,7 +16,7 @@
|
|||||||
aria-hidden="true"></span> CSV</a>
|
aria-hidden="true"></span> CSV</a>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{Lang::T('Prepaid Users')}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="md-whiteframe-z1 mb20 text-center" style="padding: 15px">
|
<div class="md-whiteframe-z1 mb20 text-center" style="padding: 15px">
|
||||||
|
@ -167,55 +167,55 @@
|
|||||||
{$_MENU_AFTER_CUSTOMERS}
|
{$_MENU_AFTER_CUSTOMERS}
|
||||||
<li class="{if $_system_menu eq 'prepaid'}active{/if} treeview">
|
<li class="{if $_system_menu eq 'prepaid'}active{/if} treeview">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="fa fa-ticket"></i> <span>{Lang::T('Prepaid')}</span>
|
<i class="fa fa-ticket"></i> <span>{Lang::T('Services')}</span>
|
||||||
<span class="pull-right-container">
|
<span class="pull-right-container">
|
||||||
<i class="fa fa-angle-left pull-right"></i>
|
<i class="fa fa-angle-left pull-right"></i>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="treeview-menu">
|
<ul class="treeview-menu">
|
||||||
<li {if $_routes[1] eq 'list'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'list'}class="active" {/if}><a
|
||||||
href="{$_url}prepaid/list">{Lang::T('Prepaid Users')}</a></li>
|
href="{$_url}prepaid/list">{Lang::T('Active Users')}</a></li>
|
||||||
{if $_c['disable_voucher'] != 'yes'}
|
{if $_c['disable_voucher'] != 'yes'}
|
||||||
<li {if $_routes[1] eq 'voucher'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'voucher'}class="active" {/if}><a
|
||||||
href="{$_url}prepaid/voucher">{Lang::T('Prepaid Vouchers')}</a></li>
|
href="{$_url}prepaid/voucher">{Lang::T('Vouchers')}</a></li>
|
||||||
<li {if $_routes[1] eq 'refill'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'refill'}class="active" {/if}><a
|
||||||
href="{$_url}prepaid/refill">{Lang::T('Refill Account')}</a></li>
|
href="{$_url}prepaid/refill">{Lang::T('Refill Customer')}</a></li>
|
||||||
{/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 Customer')}</a></li>
|
||||||
{if $_c['enable_balance'] == 'yes'}
|
{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}
|
{/if}
|
||||||
{$_MENU_PREPAID}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
{/if}
|
|
||||||
{$_MENU_AFTER_PREPAID}
|
|
||||||
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
|
|
||||||
<li class="{if $_system_menu eq 'services'}active{/if} treeview">
|
|
||||||
<a href="#">
|
|
||||||
<i class="ion ion-cube"></i> <span>{Lang::T('Services')}</span>
|
|
||||||
<span class="pull-right-container">
|
|
||||||
<i class="fa fa-angle-left pull-right"></i>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
<ul class="treeview-menu">
|
|
||||||
<li {if $_routes[1] eq 'hotspot'}class="active" {/if}><a
|
|
||||||
href="{$_url}services/hotspot">{Lang::T('Hotspot Plans')}</a></li>
|
|
||||||
<li {if $_routes[1] eq 'pppoe'}class="active" {/if}><a
|
|
||||||
href="{$_url}services/pppoe">{Lang::T('PPPOE Plans')}</a></li>
|
|
||||||
<li {if $_routes[1] eq 'list'}class="active" {/if}><a
|
|
||||||
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
|
|
||||||
href="{$_url}services/balance">{Lang::T('Balance Plans')}</a></li>
|
|
||||||
{/if}
|
|
||||||
{$_MENU_SERVICES}
|
{$_MENU_SERVICES}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{/if}
|
{/if}
|
||||||
{$_MENU_AFTER_SERVICES}
|
{$_MENU_AFTER_SERVICES}
|
||||||
|
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
|
||||||
|
<li class="{if $_system_menu eq 'services'}active{/if} treeview">
|
||||||
|
<a href="#">
|
||||||
|
<i class="ion ion-cube"></i> <span>{Lang::T('Plans')}</span>
|
||||||
|
<span class="pull-right-container">
|
||||||
|
<i class="fa fa-angle-left pull-right"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
<ul class="treeview-menu">
|
||||||
|
<li {if $_routes[1] eq 'hotspot'}class="active" {/if}><a
|
||||||
|
href="{$_url}services/hotspot">{Lang::T('Hotspot')}</a></li>
|
||||||
|
<li {if $_routes[1] eq 'pppoe'}class="active" {/if}><a
|
||||||
|
href="{$_url}services/pppoe">{Lang::T('PPPOE')}</a></li>
|
||||||
|
<li {if $_routes[1] eq 'list'}class="active" {/if}><a
|
||||||
|
href="{$_url}bandwidth/list">{Lang::T('Bandwidth')}</a></li>
|
||||||
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
|
<li {if $_routes[1] eq 'balance'}class="active" {/if}><a
|
||||||
|
href="{$_url}services/balance">{Lang::T('Balance')}</a></li>
|
||||||
|
{/if}
|
||||||
|
{$_MENU_PLANS}
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
{/if}
|
||||||
|
{$_MENU_AFTER_PLANS}
|
||||||
<li class="{if $_system_menu eq 'reports'}active{/if} treeview">
|
<li class="{if $_system_menu eq 'reports'}active{/if} treeview">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="ion ion-clipboard"></i> <span>{Lang::T('Reports')}</span>
|
<i class="ion ion-clipboard"></i> <span>{Lang::T('Reports')}</span>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
class="glyphicon glyphicon-trash" aria-hidden="true"></span> Delete All</a>
|
class="glyphicon glyphicon-trash" aria-hidden="true"></span> Delete All</a>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{Lang::T('Prepaid Vouchers')}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="md-whiteframe-z1 mb20 text-center" style="padding: 15px">
|
<div class="md-whiteframe-z1 mb20 text-center" style="padding: 15px">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user