add label

This commit is contained in:
Ibnu Maksum 2023-09-29 14:04:30 +07:00
parent 690584ee90
commit dc19583d95
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 5 additions and 5 deletions

View File

@ -75,7 +75,7 @@
<div class="form-group">
<label class="col-md-2 control-label text-muted">Enable Radius</label>
<div class="col-md-6">
<select name="radius_enable" id="radius_enable" class="form-control text-muted">
<select name="radius_enable" id="radius_enable" class="form-control text-muted" onchange="alert('still not worked yet :)\nbut you can see any feature on development')">
<option value="no">No</option>
<option value="yes" {if $_c['radius_enable']}selected="selected" {/if}>Yes</option>
</select>

View File

@ -24,8 +24,8 @@
<div class="form-group">
<label class="col-md-2 control-label">{$_L['Type']}</label>
<div class="col-md-6">
<input type="radio" id="Hot" name="type" value="Hotspot"> {$_L['Hotspot_Plans']}
<input type="radio" id="POE" name="type" value="PPPOE"> {$_L['PPPOE_Plans']}
<label><input type="radio" id="Hot" name="type" value="Hotspot"> {$_L['Hotspot_Plans']}</label>
<label><input type="radio" id="POE" name="type" value="PPPOE"> {$_L['PPPOE_Plans']}</label>
</div>
</div>
<div class="form-group">

View File

@ -20,8 +20,8 @@
<div class="form-group">
<label class="col-md-2 control-label">{$_L['Type']}</label>
<div class="col-md-6">
<input type="radio" id="Hot" name="type" value="Hotspot"> {$_L['Hotspot_Plans']}
<input type="radio" id="POE" name="type" value="PPPOE"> {$_L['PPPOE_Plans']}
<label><input type="radio" id="Hot" name="type" value="Hotspot"> {$_L['Hotspot_Plans']}</label>
<label><input type="radio" id="POE" name="type" value="PPPOE"> {$_L['PPPOE_Plans']}</label>
</div>
</div>
<div class="form-group">