Using Select2 for dropdown

This commit is contained in:
Ibnu Maksum
2023-08-16 09:05:59 +07:00
parent 3fe9111824
commit b315e3dba1
25 changed files with 61 additions and 47 deletions

View File

@ -18,7 +18,7 @@
<div class="form-group">
<label class="col-md-2 control-label">{$_L['Routers']}</label>
<div class="col-md-6">
<select id="server" name="server" class="form-control">
<select id="server" name="server" class="form-control select2">
<option value=''>{$_L['Select_Routers']}</option>
</select>
</div>
@ -26,7 +26,7 @@
<div class="form-group">
<label class="col-md-2 control-label">{$_L['Service_Plan']}</label>
<div class="col-md-6">
<select id="plan" name="plan" class="form-control">
<select id="plan" name="plan" class="form-control select2">
<option value=''>{$_L['Select_Plans']}</option>
</select>
</div>