Merge pull request #83 from Focuslinkstech/master
Update user-dashboard.tpl
This commit is contained in:
commit
74b5c47640
@ -76,7 +76,15 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small text-success text-uppercase text-normal">{Lang::T('Service Type')}</td>
|
<td class="small text-success text-uppercase text-normal">{Lang::T('Service Type')}</td>
|
||||||
<td class="small mb15">{$_user['service_type']}</td>
|
<td class="small mb15">
|
||||||
|
{if $_user.service_type == 'Hotspot'}
|
||||||
|
Hotspot
|
||||||
|
{elseif $_user.service_type == 'PPPoE'}
|
||||||
|
PPPoE
|
||||||
|
{elseif $_user.service_type == 'Other' || $_user.service_type == null}
|
||||||
|
Others
|
||||||
|
{/if}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{if $_c['enable_balance'] == 'yes'}
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user