tracker issues-1597

This commit is contained in:
VE10-Sanjeev 2025-04-22 12:36:07 +00:00
parent 3552906ead
commit 7e3c2ff636
2 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ if (!empty($emppay)) {
</div> </div>
</div> </div>
<div class="col-md-12 text-right"> <div class="col-md-12 text-right">
<input type="button" class="btn btn-secondary" value="Delete" id="deleteemp" style="margin-right:15px;width:80px;border:none;" /> <input type="button" class="btn btn-secondary auditor-restricted-btn" value="Delete" id="deleteemp" style="margin-right:15px;width:80px;border:none;" />
<input type="submit" onclick="return finalCheck();" value="Submit" class="btn btn-success auditor-restricted-btn"> <input type="submit" onclick="return finalCheck();" value="Submit" class="btn btn-success auditor-restricted-btn">
<!-- <input type="submit" onmouseover="finalCheck();" value="Submit" class="btn btn-success"> --> <!-- <input type="submit" onmouseover="finalCheck();" value="Submit" class="btn btn-success"> -->
</div> </div>

View File

@ -82,7 +82,7 @@
<th>From Date</th> <th>From Date</th>
<th>To Date</th> <th>To Date</th>
<th>Number Of Days</th> <th>Number Of Days</th>
<th class="security-restricted labstaff-restricted stock-restricted">Status</th> <th class="auditor-restricted security-restricted labstaff-restricted stock-restricted">Status</th>
<th>Action</th> <th>Action</th>
</tr> </tr>
</thead> </thead>
@ -105,7 +105,7 @@
<td><?= esc($stdate) ?></td> <td><?= esc($stdate) ?></td>
<td><?= esc($eddate) ?></td> <td><?= esc($eddate) ?></td>
<td><?= esc($d['no_of_days']) ?></td> <td><?= esc($d['no_of_days']) ?></td>
<td class="security-restricted labstaff-restricted stock-restricted"><?php if($d['status'] !== "Approved"){ ?> <td class="auditor-restricted security-restricted labstaff-restricted stock-restricted"><?php if($d['status'] !== "Approved"){ ?>
<select <select
class="form-control" class="form-control"
name="drpStatus" name="drpStatus"