mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-21 22:15:32 +08:00
fix wrong logic != to ==
This commit is contained in:
parent
747a67b691
commit
61edfb932a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
<h3 class="box-title">{$_bill['routers']}</h3>
|
<h3 class="box-title">{$_bill['routers']}</h3>
|
||||||
<div class="btn-group pull-right">
|
<div class="btn-group pull-right">
|
||||||
{if $_bill['type'] != 'Hotspot'}
|
{if $_bill['type'] == 'Hotspot'}
|
||||||
{if $_c['hotspot_plan']==''}Hotspot Plan{else}{$_c['hotspot_plan']}{/if}
|
{if $_c['hotspot_plan']==''}Hotspot Plan{else}{$_c['hotspot_plan']}{/if}
|
||||||
{else}
|
{else}
|
||||||
{if $_c['pppoe_plan']==''}PPPOE Plan{else}{$_c['pppoe_plan']}{/if}
|
{if $_c['pppoe_plan']==''}PPPOE Plan{else}{$_c['pppoe_plan']}{/if}
|
||||||
|
|
Loading…
Reference in a new issue