update
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
<p class="m-b-0"></p>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-lg-4">
|
||||
<input type="text" name="mulai" id="mulai" class="form-control" placeholder="Start Date">
|
||||
<input type="text" name="mulai" id="mulai" class="form-control" placeholder="Start Date" autocomplete="off">
|
||||
</div>
|
||||
<div class="form-group col-lg-4">
|
||||
<input type="text" name="akhir" id="akhir" class="form-control" placeholder="End Date">
|
||||
<input type="text" name="akhir" id="akhir" class="form-control" placeholder="End Date" autocomplete="off">
|
||||
</div>
|
||||
<div class="form-group col-lg-2">
|
||||
<button type="button" class="btn btn-warning" id="btnviewcustom"><i class="fa fa-search"></i></button>
|
||||
|
||||
Reference in New Issue
Block a user