Update hotspot-edit.tpl

This commit is contained in:
Ahmad Husein 2025-01-19 14:24:48 +07:00 committed by GitHub
parent f322282c6d
commit bed81136a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
<label class="col-md-3 control-label">{Lang::T('Status')} <label class="col-md-3 control-label">{Lang::T('Status')}
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="Customer cannot buy disabled Plan, but admin can recharge it, use it if you want only admin recharge it">?</a> data-content="{Lang::T("Customer cannot buy disabled Package, but admin can recharge it, use it if you want only admin recharge it")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<input type="radio" name="enabled" value="1" {if $d['enabled'] == 1}checked{/if}> {Lang::T('Active')} <input type="radio" name="enabled" value="1" {if $d['enabled'] == 1}checked{/if}> {Lang::T('Active')}
@ -23,7 +23,7 @@
<label class="col-md-3 control-label">{Lang::T('Type')} <label class="col-md-3 control-label">{Lang::T('Type')}
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="Postpaid will have fix expired date">?</a> data-content="{Lang::T("Postpaid will have fix expired date")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<input type="radio" name="prepaid" onclick="prePaid()" value="yes" <input type="radio" name="prepaid" onclick="prePaid()" value="yes"
@ -37,7 +37,7 @@
<label class="col-md-3 control-label">{Lang::T('Package Type')} <label class="col-md-3 control-label">{Lang::T('Package Type')}
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="Personal Plan will only show to personal Customer, Business plan will only show to Business Customer">?</a> data-content="{Lang::T("Personal Package will only show to personal Customer, Business package will only show to Business Customer")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<input type="radio" name="plan_type" value="Personal" <input type="radio" name="plan_type" value="Personal"
@ -52,7 +52,7 @@
<label class="col-md-3 control-label">Radius <label class="col-md-3 control-label">Radius
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="If you enable Radius, choose device to radius, except if you have custom device.">?</a> data-content="{Lang::T("If you enable Radius, choose device to radius, except if you have custom device.")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<label class="label label-primary">RADIUS</label> <label class="label label-primary">RADIUS</label>
@ -63,7 +63,7 @@
<label class="col-md-3 control-label">{Lang::T('Device')} <label class="col-md-3 control-label">{Lang::T('Device')}
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="This Device are the logic how PHPNuxBill Communicate with Mikrotik or other Devices">?</a> data-content="{Lang::T("This Device are the logic how PHPNuxBill Communicate with Mikrotik or other Devices")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<select class="form-control" id="device" name="device"> <select class="form-control" id="device" name="device">
@ -183,7 +183,7 @@
<label class="col-md-3 control-label">{Lang::T('Shared Users')} <label class="col-md-3 control-label">{Lang::T('Shared Users')}
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="How many devices can online in one Customer account">?</a> data-content="{Lang::T("How many devices can online in one Customer account")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<input type="text" class="form-control" id="sharedusers" name="sharedusers" <input type="text" class="form-control" id="sharedusers" name="sharedusers"
@ -220,7 +220,7 @@
<label class="col-md-3 control-label">{Lang::T('Expired Date')} <label class="col-md-3 control-label">{Lang::T('Expired Date')}
<a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover" <a tabindex="0" class="btn btn-link btn-xs" role="button" data-toggle="popover"
data-trigger="focus" data-container="body" data-trigger="focus" data-container="body"
data-content="Expired will be this date every month">?</a> data-content="{Lang::T("Expired will be this date every month")}">?</a>
</label> </label>
<div class="col-md-9"> <div class="col-md-9">
<input type="number" class="form-control" name="expired_date" maxlength="2" <input type="number" class="form-control" name="expired_date" maxlength="2"
@ -278,8 +278,8 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-md-offset-2 col-md-9"> <div class="col-md-offset-2 col-md-9">
<button class="btn btn-success" onclick="return ask(this, 'Continue the process of changing Hotspot Package data?')" type="submit">{Lang::T('Save Changes')}</button> <button class="btn btn-success" onclick="return ask(this, '{Lang::T("Continue the process of changing Hotspot Package data?")}')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a> {Lang::T("Or")} <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a>
</div> </div>
</div> </div>
</form> </form>