employee details edit UI fix - vadivel J

This commit is contained in:
vadivelJ96 2024-09-10 16:19:24 +05:30
parent 15264d81cc
commit 0e09aba6dc
2 changed files with 26 additions and 12 deletions

View File

@ -205,6 +205,7 @@ if (!empty($EmpDetails)) {
<div class="row"> <div class="row">
<div class="col-md-2"> <div class="col-md-2">
<div class="box-header"> <div class="box-header">
<img id="profilepicture" <img id="profilepicture"
src="<?php echo base_url() . $ProfilePic; ?>" alt="your image" src="<?php echo base_url() . $ProfilePic; ?>" alt="your image"
@ -220,20 +221,33 @@ if (!empty($EmpDetails)) {
<input type="hidden" name="ModifyImage" id="ModifyImage" <input type="hidden" name="ModifyImage" id="ModifyImage"
class="form-control" readonly> class="form-control" readonly>
<!-- development-change --> </div>
<!-- <input type="text" name="employeeid" id="employeeid"
<br><br>
<div >
<span>Employee ID</span><span class="badge">*</span>
<input type="text" name="employeeid" id="employeeid"
value="<?php echo $EmpID; ?>" placeholder="Employee ID" value="<?php echo $EmpID; ?>" placeholder="Employee ID"
class="form-control" readonly> class="form-control" readonly>
</div>
<div style="margin-top: 18px;">
<input type="checkbox" id="isactive" <?php echo $IsActive; ?> <input type="checkbox" id="isactive" <?php echo $IsActive; ?>
name="isactive" value="1"> IS ACTIVE --> name="isactive" value="1"> Is Active
</div>
</div> </div>
</div>
<div class="col-md-10"> <div class="col-md-10">
<div class="row"> <div class="row">
<div class="col-md-4 pad"> <div class="col-md-4 pad">
<span>Full Name</span><span class="badge">*</span> <span>Full Name</span><span class="badge">*</span>
<input type="text" name="FirstName" maxlength="100" <input type="text" name="FirstName" maxlength="100"