Update hotspot-add.tpl

This commit is contained in:
Ahmad Husein 2024-08-18 00:12:14 +07:00 committed by GitHub
parent 9f997ec68f
commit fdaa87d02c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}