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

@ -1056,7 +1056,7 @@
</div> <!-- end #rootwizard-->
</div> <!-- end card-body -->
</div> <!-- end card-->
</div> <!-- end col -->
</div> <!-- end col -->
</div>
</div>

View File

@ -205,6 +205,7 @@ if (!empty($EmpDetails)) {
<div class="row">
<div class="col-md-2">
<div class="box-header">
<img id="profilepicture"
src="<?php echo base_url() . $ProfilePic; ?>" alt="your image"
@ -218,22 +219,35 @@ if (!empty($EmpDetails)) {
value="<?php echo $ProfilePic; ?>" class="form-control"
readonly>
<input type="hidden" name="ModifyImage" id="ModifyImage"
class="form-control" readonly>
<!-- development-change -->
<!-- <input type="text" name="employeeid" id="employeeid"
value="<?php echo $EmpID; ?>" placeholder="Employee ID"
class="form-control" readonly>
<input type="checkbox" id="isactive" <?php echo $IsActive; ?>
name="isactive" value="1"> IS ACTIVE -->
class="form-control" readonly>
</div>
<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"
class="form-control" readonly>
</div>
<div style="margin-top: 18px;">
<input type="checkbox" id="isactive" <?php echo $IsActive; ?>
name="isactive" value="1"> Is Active
</div>
</div>
<div class="col-md-10">
<div class="row">
<div class="row">
<div class="col-md-4 pad">
<span>Full Name</span><span class="badge">*</span>
<input type="text" name="FirstName" maxlength="100"
@ -421,7 +435,7 @@ if (!empty($EmpDetails)) {
<input type="checkbox" id="checksame" name="sameaddress"
onclick="CheckClick"> Current address same as permanent
address
</div>
</div>
</div>