alignment : ps

This commit is contained in:
VE10-Sanjeev 2025-03-11 06:22:24 +00:00
parent e290497f4e
commit cc9163ea45
3 changed files with 32 additions and 32 deletions

View File

@ -1029,8 +1029,8 @@
class="form-control" value="Aadhar" readonly>
</div>
<div class="col-md-4">
<label>Select Aadhar File</label><br>
<input type="file" name="emp_file1" class="">
<!-- <label>Select Aadhar File</label> --> <br>
<input type="file" name="emp_file1" class="" style="padding-top:13px;">
</div>
@ -1055,8 +1055,8 @@
class="form-control" value="PAN" readonly>
</div>
<div class="col-md-4">
<label>Select PAN File</label><br>
<input type="file" name="emp_file2" class="">
<!-- <label>Select PAN File</label> --><br>
<input type="file" name="emp_file2" class="" style="padding-top:13px;">
</div>
</div>
@ -1083,8 +1083,8 @@
class="form-control" value="Passport" readonly>
</div>
<div class="col-md-4">
<label>Select Passport File</label><br>
<input type="file" name="emp_file3" class="">
<!-- <label>Select Passport File</label> --> <br>
<input type="file" name="emp_file3" class="" style="padding-top:13px;">
</div>
</div>
@ -1097,8 +1097,8 @@
class="form-control" value="Bank Passbook" readonly>
</div>
<div class="col-md-4">
<label>Select Bank Passbook File</label><br>
<input type="file" name="emp_file4" class="">
<!-- <label>Select Bank Passbook File</label> --><br>
<input type="file" name="emp_file4" class="" style="padding-top:13px;">
</div>
</div>
@ -1110,8 +1110,8 @@
class="form-control" value="Other Document" >
</div>
<div class="col-md-4">
<label>Select Other Document File </label><br>
<input type="file" name="emp_file5" class="">
<!-- <label>Select Other Document File </label>--><br>
<input type="file" name="emp_file5" class="" style="padding-top:13px;">
</div>
</div>

View File

@ -1053,8 +1053,8 @@ if (!empty($EmpDetails)) {
<?php } ?>
<div class="col-md-4">
<label>Update Aadhar File</label><br>
<input type="file" name="emp_file1" class="" value="">
<!-- <label>Update Aadhar File</label> --> <br>
<input type="file" name="emp_file1" class="" style="padding-top:13px;" value="">
</div>
</div>
@ -1089,8 +1089,8 @@ if (!empty($EmpDetails)) {
<?php } ?>
<div class="col-md-4">
<label>Update PAN File</label><br>
<input type="file" name="emp_file2" class="">
<!-- <label>Update PAN File</label> --> <br>
<input type="file" name="emp_file2" class="" style="padding-top:13px;">
</div>
</div>
@ -1126,8 +1126,8 @@ if (!empty($EmpDetails)) {
<?php } ?>
<div class="col-md-4">
<label>Update Passport File</label><br>
<input type="file" name="emp_file3" class="">
<!-- <label>Update Passport File</label> --> <br>
<input type="file" name="emp_file3" class="" style="padding-top:13px;">
</div>
@ -1154,8 +1154,8 @@ if (!empty($EmpDetails)) {
<?php } ?>
<div class="col-md-4">
<label>Update Bank Passbook File</label><br>
<input type="file" name="emp_file4" class="">
<!-- <label>Update Bank Passbook File</label> --> <br>
<input type="file" name="emp_file4" class="" style="padding-top:13px;">
</div>
</div>
@ -1181,8 +1181,8 @@ if (!empty($EmpDetails)) {
<?php } ?>
<div class="col-md-4">
<label>Update Other Document File </label><br>
<input type="file" name="emp_file5" class="">
<!-- <label>Update Other Document File </label> --> <br>
<input type="file" name="emp_file5" class="" style="padding-top:13px;">
</div>
</div>
@ -1205,8 +1205,8 @@ if (!empty($EmpDetails)) {
maxlength="255" class="form-control" value="Aadhar">
</div>
<div class="col-md-4">
<label>Select Aadhar File</label>
<input type="file" name="emp_file1" class="">
<!-- <label>Select Aadhar File</label> -->
<input type="file" name="emp_file1" class="" style="padding-top:13px;">
</div>
</div>
@ -1227,8 +1227,8 @@ if (!empty($EmpDetails)) {
maxlength="255" class="form-control" value="PAN">
</div>
<div class="col-md-4">
<label>Select PAN File</label>
<input type="file" name="emp_file2" class="">
<!-- <label>Select PAN File</label> -->
<input type="file" name="emp_file2" class="" style="padding-top:13px;">
</div>
</div>
@ -1254,8 +1254,8 @@ if (!empty($EmpDetails)) {
maxlength="255" class="form-control" value="Passport">
</div>
<div class="col-md-4">
<label>Select Passport File</label>
<input type="file" name="emp_file3" class="">
<!-- <label>Select Passport File</label> -->
<input type="file" name="emp_file3" class="" style="padding-top:13px;">
</div>
</div>
@ -1269,8 +1269,8 @@ if (!empty($EmpDetails)) {
value="Bank Passbook">
</div>
<div class="col-md-4">
<label>Bank Passbook File</label>
<input type="file" name="emp_file4" class="">
<!-- <label>Bank Passbook File</label> -->
<input type="file" name="emp_file4" class="" style="padding-top:13px;">
</div>
</div>
@ -1283,8 +1283,8 @@ if (!empty($EmpDetails)) {
value="Other Document">
</div>
<div class="col-md-4">
<label>Other Document File </label>
<input type="file" name="emp_file5" class="">
<!-- <label>Other Document File </label> -->
<input type="file" name="emp_file5" class="" style="padding-top:13px;">
</div>
</div>

View File

@ -143,7 +143,7 @@ if (!empty($Emp)) {
<th class="th">SNo</th>
<th class="th">Material Code</th>
<th class="th" style="text-align:left !important;">Material Name</th>
<th class="th">Material Category</th>
<th class="th" style="text-align:left !important;">Material Category</th>
<th class="th" style="text-align:left !important;">Uom</th>
<th class="th" style="text-align:right !important;">Quantity</th>
<th class="th">Action</th>
@ -683,7 +683,7 @@ if (!empty($Emp)) {
<td align="center">${temp}</td>
<td align="center">${materialCode}</td>
<td align="left">${materialName}</td>
<td align="center">${categoryName}</td>
<td align="left">${categoryName}</td>
<td align="left">${uom}</td>
<td align="right">${quantity}</td>
<td align="center">