CHANGE_TRACKER_ISSUE_4
This commit is contained in:
parent
9f48376c14
commit
f6be56e88c
@ -848,25 +848,6 @@
|
|||||||
onkeypress="return alpha(event);">
|
onkeypress="return alpha(event);">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-md-3" >
|
|
||||||
<div class="form-group"><span>ESI Number</span>
|
|
||||||
<input type="text" id="esino" name="esino" maxlength="10"
|
|
||||||
onchange="validateESI();" class="form-control"
|
|
||||||
title=" 10 digit number"
|
|
||||||
onkeypress="return isNumberKey(event)">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-3" >
|
|
||||||
<div class="form-group">
|
|
||||||
<span for="ESI_Rate">ESI Rate(%)</span>
|
|
||||||
<font color="Red">*</font>
|
|
||||||
<input type="text" name="ESI_Rate" value="<?= $esi_rate; ?>"
|
|
||||||
class="form-control num" style="text-transform:uppercase;"
|
|
||||||
pattern="([0-9]{1,2}([.][0-9]{1,2})?)"
|
|
||||||
title="Enter the Valid ESI Rate, Minimum 1 digit, Maximum 2 digits"
|
|
||||||
readonly />
|
|
||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user