Example #1
0
$claims = Ticket::accountTicketList($account->getAccountNum());
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <?php 
ClientPage::headers("BossFlex");
?>
    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.10/css/jquery.dataTables.min.css">
</head>
<body>
<?php 
ClientPage::clientNav("My History");
ClientPage::sideBarPage($cname, $employee->getFname(), $account->getBalanceFormatted());
$recentTickets = count($claims) > 0;
ClientPage::historyHeaders($recentTickets);
?>

<table id="table" class="display" cellspacing="0" width="100%">
    <thead>
    <tr>
        <th>Ticket Number</th>
        <th>Status</th>
        <th>Amount</th>
        <th>Details</th>
        <th>For</th>
        <th>Received On</th>
        <th>Claim Submitted</th>
    </tr>
    </thead>
    <tbody>