📁
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
5193.33 KB
0644
🗑️
⬇️
✏️
🔒
Editing: preorder_items.php
<?php include "admin_header.php"; ?> <style> .btn{ font-size:10px !important; font-weight:600; } </style> <!-- Begin Page Content --> <div class="container-fluid"> <!-- Page Heading --> <h1 class="h3 mb-4 text-gray-800">Preorders</h1> <div class="overflow-auto"> <table class="table table-bordered" id="dataTable" width='100%' border="0" style="color:black; font-size:13px; font-weight:500;" cellspacing='10' data-toggle='bootgrid'> <thead><tr bgcolor="#FF339A" style="color:white;"> <th data-column-id='employee_name' width='200px'>Order ID</th> <th data-column-id='employee_name' width='100px'>Product ID</th> <th data-column-id='employee_name' width='300px'>Product</th> <th data-column-id='employee_name' width='100px'>Quantity Requested</th> <th data-column-id='employee_salary' width='100px'>Available Stocks</th> <th data-column-id='employee_salary' width='200px'>Fufill</th> </tr> </thead> <?php include "preitems_display.php"; ?> </table> </div> </div> <!-- /.container-fluid --> </div> <!-- End of Main Content --> <?php include "footer.php"; ?>
💾 Save Changes