add option for check is customer online

This commit is contained in:
iBNu Maksum
2024-10-11 11:37:45 +07:00
parent 155b2959b5
commit d5cba4b3c1
3 changed files with 50 additions and 27 deletions

View File

@ -740,6 +740,22 @@
phpnuxbill-login-hotspot</a>
</p>
</div>
<div class="form-group">
<label class="col-md-2 control-label">{Lang::T('Check if Customer Online')}</label>
<div class="col-md-6">
<select name="check_customer_online" id="check_customer_online" class="form-control">
<option value="no">
{Lang::T('No')}
</option>
<option value="yes" {if $_c['check_customer_online']=='yes' }selected="selected" {/if}>
{Lang::T('Yes')}
</option>
</select>
</div>
<p class="help-block col-md-4">
{Lang::T('This will show is Customer currently is online or not')}
</p>
</div>
</div>
<div class="panel-heading">