📁
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
5867.96 KB
0644
🗑️
⬇️
✏️
🔒
Editing: transferhistory.php
<?php include "admin_header.php"; include "cancelorder.php"; ?> <!-- Begin Page Content --> <div class="container-fluid"> <style>.btn{ font-size:10px; font-weight:600; }</style> <!-- Page Heading --> <h1 class="h3 mb-4 text-gray-800">Transfers History</h1> <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'>Order</th> <th data-column-id='employee_name' width='200px'>Date</th> <th data-column-id='employee_salary' width='200px'>Customer</th> <th data-column-id='employee_salary' width='200px'>Notes</th> <th data-column-id='employee_salary' width='200px'>Review</th> <th data-column-id='employee_salary' width='200px'>Cancel</th> </tr> </thead> <?php include "transferhistory_display.php"; ?> </table> </div> </div> <!-- /.container-fluid --> </div> <!-- End of Main Content --> <?php include "footer.php"; ?>
💾 Save Changes