if ($row->repeat_id != 0) {
     //print out recurring symbol
     echo "&nbsp;<img src='images/icons/loop-alt.png' alt='" . _recurring . "' title='" . _recurring . "' class='tipsy' border='0' >";
 }
 echo "</td><td style='width:20%'>";
 if ($_SESSION['page'] == 1) {
     echo $row->outlet_name;
 } else {
     echo $row->reservation_notes;
 }
 echo "</td>";
 if ($_SESSION['wait'] == 0) {
     echo "<td class='big tb_nr'><div id='reservation_table-" . $id . "' class='inlineedit'>" . $row->reservation_table . "</div></td>";
 }
 echo "<td><div class='noprint'>";
 getStatusList($id, $row->reservation_status);
 echo "</div></td>";
 echo "<td class='noprint' style='width:15%'>";
 echo "<small>" . $row->reservation_booker_name . " | " . humanize($row->reservation_timestamp) . "</small>";
 echo "</td>";
 echo "<td class='noprint'>";
 // MOVE BUTTON
 //	echo "<a href=''><img src='images/icons/arrow.png' alt='move' class='help' title='"._move_reservation_to."'/></a>";
 // WAITLIST ALLOW BUTTON
 if ($_SESSION['wait'] == 1) {
     $leftspace = leftSpace(substr($row->reservation_time, 0, 5), $availability);
     if ($leftspace >= $row->reservation_pax && $_SESSION['outlet_max_tables'] - $tbl_availability[substr($row->reservation_time, 0, 5)] >= 1) {
         echo "&nbsp;<a href='#' name='" . $id . "' class='alwbtn'><img src='images/icons/check-alt.png' name='" . $id . "' alt='" . _allow . "' class='help' title='" . _allow . "'/></a>&nbsp;&nbsp;";
     }
 }
 // EDIT/DETAIL BUTTON
Example #2
0
                    HTTP Status
                </div>
                <div class="filterRight">
                    Not
                    <?php 
if (isset($_SESSION['filter']['Not_http_Status']) and $_SESSION['filter']['Not_http_Status'] == 1) {
    print "<input type=\"checkbox\" name=\"Not_http_Status\" value=\"1\" class=\"text ui-widget-content ui-corner-all\" checked>";
} else {
    print "<input type=\"checkbox\" name=\"Not_http_Status\" value=\"1\" class=\"text ui-widget-content ui-corner-all\">";
}
?>

                    <select name="http_Status" size="1" style="width: 165px" class="text ui-widget-content ui-corner-all ">
                    <option value="x">All Status </option>
                    <?php 
$statusList = getStatusList();
foreach ($statusList[0] as $status) {
    if ($_SESSION['filter']['http_Status'] == $status['code']) {
        print "<option selected value=\"" . $status['code'] . "\">" . $status['code'] . ": " . $status['msg'] . " </option>";
    } else {
        print "<option value=\"" . $status['code'] . "\">" . $status['code'] . ": " . $status['msg'] . "  </option>";
    }
}
?>
                    </select>
                </div>
            </label>
            <div class="filterClear"></div>
        </div>

        <div class="filterRow">