CErr: double style close

This commit is contained in:
Kar l5
2024-05-01 19:01:16 +05:30
parent a0a3b4f6e0
commit e73ff13ee6
4 changed files with 3 additions and 4 deletions

View File

@@ -55,7 +55,6 @@
background-color: #c0c0c0; /* Hover background color for submenu items */
}
</style>
</style>
<?php
require_once('.hta_config/crm_config.php');
require_once('.htac_header.php');

View File

@@ -91,7 +91,7 @@
<div class="flex flex-row">
<form method="GET" action="" class="bg-[#fff] flex flex-row place-items-center">
<input type="hidden" name="bv" id="bv" value="<?php echo $_GET['bv']; ?>">
<input class="p-2.5 rounded-l-lg focus:outline-none w-[320px]" type="text" name="search" placeholder="Search by Name, lead ID, Mobile, Email..." style="border: 2px solid #8E8E8E;">
<input class="p-2.5 rounded-l-lg focus:outline-none w-[320px]" type="text" name="search" placeholder="Name / ID / Mobile / Email" style="border: 2px solid #8E8E8E;">
<button class="rounded-r-lg text-[#fff]" 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>
</form>
</div>

View File

@@ -109,7 +109,7 @@
<button class="rounded-lg p-2 bg-[#fff] text-[#464E5F] shadow-lg" style="">Select Date</button>
<div class="flex flex-row">
<form method="GET" action="" class="bg-[#fff] flex flex-row place-items-center">
<input class="p-2.5 rounded-l-lg focus:outline-none w-[320px]" type="text" name="search" placeholder="Search by Name, lead ID, Mobile, Email..." style="border: 2px solid #8E8E8E;">
<input class="p-2.5 rounded-l-lg focus:outline-none w-[320px]" type="text" name="search" placeholder="Name / 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>
</form>
</div>

View File

@@ -1,7 +1,7 @@
<?php
require_once('.hta_config/crm_config.php');
if($_SESSION['user_type']=='admin'){
$all_leads_url = '/admin/cleads';
$all_leads_url = '/admin/all-leads';
} else
$all_leads_url = '/cleads';{}
?>