master
parent
e69e5201d0
commit
b8e3ac1023
|
@ -160,11 +160,12 @@
|
|||
</div>
|
||||
<form method="GET" class="p-6 flex flex-col pb-10">
|
||||
<p class="font-bold">Choose Date for filter</p>
|
||||
<input type="hidden" name="bv" value="<?php echo isset($_GET['bv']) ? htmlspecialchars($_GET['bv']) : ''; ?>">
|
||||
<div class="flex flex-row rounded-xl py-10">
|
||||
<div class="flex flex-row place-items-center border-2 border-[#464E5F] rounded-md">
|
||||
<label class="whitespace-nowrap" for="start_date">From Date</label>
|
||||
<input class="focus:outline-none" type="date" name="start_date" id="start_date" />
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="flex flex-row place-items-center border-2 border-[#464E5F] rounded-md">
|
||||
<label class="whitespace-nowrap" for="end_date">To Date</label>
|
||||
<input class="focus:outline-none" type="date" name="end_date" id="end_date" />
|
||||
|
@ -182,7 +183,6 @@
|
|||
<form method="GET" class="bg-[#fff] flex flex-row place-items-center">
|
||||
<!-- Existing search parameters -->
|
||||
<input type="hidden" name="bv" value="<?php echo isset($_GET['bv']) ? htmlspecialchars($_GET['bv']) : ''; ?>">
|
||||
<input type="hidden" name="page" value="<?php echo isset($_GET['page']) ? htmlspecialchars($_GET['page']) : ''; ?>">
|
||||
|
||||
<input class="p-2.5 rounded-l-lg focus:outline-none w-[170px] md:w-[320px]" type="text" name="search" placeholder="Name, lead ID, Mobile, Email..." style="border: 2px solid #8E8E8E;">
|
||||
<button class="rounded-r-lg text-[#fff] p-1.5" style="background: linear-gradient(90deg, rgba(111, 107, 255, 0.91) 0%, rgba(68, 55, 128, 0.91) 100%);" type="submit"><i class="fa fa-search"></i></button>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue