13 lines
688 B
HTML
13 lines
688 B
HTML
<div class="modal-dialog modal-lg" role="document">
|
|
<div class="w-100 pt-1 mb-5 text-right">
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<form action="" method="get" class="modal-content modal-body border-0 p-0">
|
|
<div class="input-group mb-2">
|
|
<input type="text" class="form-control" id="inputModalSearch" name="q" placeholder="Search ...">
|
|
<button type="submit" class="input-group-text bg-success text-light">
|
|
<i class="fa fa-fw fa-search text-white"></i>
|
|
</button>
|
|
</div>
|
|
</form>
|
|
</div> |