forked from kevinowino869/mitrobill
Update hotspot-add.tpl
This commit is contained in:
parent
b9c31a856e
commit
e78a1ca15e
@ -13,8 +13,8 @@
|
|||||||
data-content="Customer cannot buy disabled Plan, but admin can recharge it, use it if you want only admin recharge it">?</a>
|
data-content="Customer cannot buy disabled Plan, but admin can recharge it, use it if you want only admin recharge it">?</a>
|
||||||
</label>
|
</label>
|
||||||
<div class="col-md-10">
|
<div class="col-md-10">
|
||||||
<input type="radio" name="enabled" value="1" checked> {Lang::T('Enable')}
|
<input type="radio" name="enabled" value="1" checked> {Lang::T('Active')}
|
||||||
<input type="radio" name="enabled" value="0"> {Lang::T('Disable')}
|
<input type="radio" name="enabled" value="0"> {Lang::T('Not Active')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -24,8 +24,8 @@
|
|||||||
data-content="Postpaid will have fix expired date">?</a>
|
data-content="Postpaid will have fix expired date">?</a>
|
||||||
</label>
|
</label>
|
||||||
<div class="col-md-10">
|
<div class="col-md-10">
|
||||||
<input type="radio" name="prepaid" onclick="prePaid()" value="yes" checked> Prepaid
|
<input type="radio" name="prepaid" onclick="prePaid()" value="yes" checked> {Lang::T('Prepaid')}
|
||||||
<input type="radio" name="prepaid" onclick="postPaid()" value="no"> Postpaid
|
<input type="radio" name="prepaid" onclick="postPaid()" value="no"> {Lang::T('Postpaid')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -36,8 +36,8 @@
|
|||||||
data-content="Personal Plan will only show to personal Customer, Business plan will only show to Business Customer">?</a>
|
data-content="Personal Plan will only show to personal Customer, Business plan will only show to Business Customer">?</a>
|
||||||
</label>
|
</label>
|
||||||
<div class="col-md-10">
|
<div class="col-md-10">
|
||||||
<input type="radio" name="plan_type" value="Personal" checked> Personal
|
<input type="radio" name="plan_type" value="Personal" checked> {Lang::T('Personal')}
|
||||||
<input type="radio" name="plan_type" value="Business"> Business
|
<input type="radio" name="plan_type" value="Business"> {Lang::T('Business')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{if $_c['radius_enable']}
|
{if $_c['radius_enable']}
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="checkbox" name="radius" onclick="isRadius(this)" value="1"> Radius Plan
|
<input type="checkbox" name="radius" onclick="isRadius(this)" value="1"> {Lang::T('Radius Package')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block col-md-4">{Lang::T('Cannot be change after saved')}</p>
|
<p class="help-block col-md-4">{Lang::T('Cannot be change after saved')}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user