add label

This commit is contained in:
Ibnu Maksum
2023-09-29 14:04:30 +07:00
parent 690584ee90
commit dc19583d95
3 changed files with 5 additions and 5 deletions

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