mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-14 15:08:34 +02:00
Update hotspot-add.tpl
This commit is contained in:
parent
9f997ec68f
commit
fdaa87d02c
1 changed files with 3 additions and 3 deletions
|
@ -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> Enable
|
<input type="radio" name="enabled" value="1" checked> {Lang::T('Enable')}
|
||||||
<input type="radio" name="enabled" value="0"> Disable
|
<input type="radio" name="enabled" value="0"> {Lang::T('Disable')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -247,4 +247,4 @@
|
||||||
{/literal}
|
{/literal}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{include file="sections/footer.tpl"}
|
{include file="sections/footer.tpl"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue