📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
5386.76 KB
0644
🗑️
⬇️
✏️
🔒
Editing: request.php
<?php include "admin_header.php"; ?> <!-- Begin Page Content --> <div class="container-fluid"> <h1 class="h3 mb-4 text-gray-800">REQUEST FOR REFUND</h1> <style> .form-control{ font-size:13px; border-radius: 0; font-weight:500; color:black; } </style> <p> <span style="color:#FF339A;"><?php include "requests.php";?></span> <form action="" name="barcodeform" method="get"> <input type="text" name="getid" placeholder="Enter Receipt ID" id="barcode" class="form-control" required autofocus> </form></p> <div class="overflow-auto"> <table class="table table-bordered" id="dataTable" style="color:black; font-size:13px; font-weight:500;" data-toggle='bootgrid'> <thead><tr bgcolor="#FF339A" style="color:white;"> <th data-column-id='employee_name' width='200px'>OrderId</th> <th data-column-id='employee_name' width='200px'>Item</th> <th data-column-id='employee_name' width='200px'>Quantity</th> <th data-column-id='employee_salary' width='200px'>Quantity to Refund</th> <th data-column-id='employee_salary' width='200px'></th> </tr> </thead> <?php include "request_display.php"; ?> </table> </div> </div> <!-- /.container-fluid --> </div> <!-- End of Main Content --> <div class="modal fade" id="myModal" tabindex="-1"> <div class="modal-dialog modal-dialog-scrollable modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h6 style="color:black;">Enter OrderID of Receipt</h6> </div> <div class="modal-body"> <div class=" pt-3" id="profile-change-password"> <p><span style="color:#FF0000;"> </span></p> <!-- Change Password Form --> <form id="form" name="form" action="" method="get" enctype="multipart/form-data"> <div class="row mb-3"> <div class="col-md-12"> <input type="text" class="form-control" placeholder="Enter Order ID" aria-label="Username" aria-describedby="basic-addon1" name="order" required> </div></div> <div class="modal-footer"> <input id="submit" name="submit" class="btn btn-sm btn-primary shadow-sm" type="submit" value="Request"> </div> </div> </div></div> </div><!-- End Modal Dialog Scrollable--> <?php include "footer.php"; ?>
💾 Save Changes