Added select2 classes to all New records

This commit is contained in:
root
2019-06-07 23:47:11 -04:00
parent 925e635e9d
commit 05f54a20db
23 changed files with 51 additions and 46 deletions

View File

@@ -26,7 +26,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-server"></i></span>
</div>
<select class="form-control" name="registrar">
<select class="form-control selectpicker show-tick" data-live-search="true" name="registrar">
<option value="">- Vendor -</option>
<?php
@@ -50,7 +50,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-server"></i></span>
</div>
<select class="form-control" name="webhost">
<select class="form-control selectpicker show-tick" data-live-search="true" name="webhost">
<option value="">- Vendor -</option>
<?php