fixed bugs from tracker date -12/09/2024 employee module Additional - vadivel J
This commit is contained in:
parent
be86795246
commit
f8f2ef3f65
@ -254,10 +254,14 @@ if (!empty($EmpDetails)) {
|
|||||||
class="form-control w-50" readonly>
|
class="form-control w-50" readonly>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" style="margin-top: 18px;">
|
<br>
|
||||||
|
<div class="form-row" >
|
||||||
|
|
||||||
<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">
|
||||||
|
<label style="margin-top:8px;" >
|
||||||
|
Is Active
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -402,8 +406,9 @@ if (!empty($EmpDetails)) {
|
|||||||
|
|
||||||
<div class="col-md-4 pad" style="margin-top: 18px;">
|
<div class="col-md-4 pad" style="margin-top: 18px;">
|
||||||
<input type="checkbox" id="checksame" name="sameaddress"
|
<input type="checkbox" id="checksame" name="sameaddress"
|
||||||
onclick="CheckClick"> Current address same as permanent
|
onclick="CheckClick">
|
||||||
address
|
<label> Current address same as permanent
|
||||||
|
address</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 pad">
|
<div class="col-md-4 pad">
|
||||||
@ -1066,6 +1071,7 @@ if (!empty($EmpDetails)) {
|
|||||||
<!-- </li> -->
|
<!-- </li> -->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- tab-content -->
|
</div> <!-- tab-content -->
|
||||||
</div> <!-- end #rootwizard-->
|
</div> <!-- end #rootwizard-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user