mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Changes the header for shop_log and start_shop.
1) Pages will go back to shop_welcome (original behavior) but for these two pages. This prevents transaction pages from going back. 2) Added an About/Help link to the left. 3) Changed the width/margin of the associated tables so that it would line up withe new table presenting the menu links.
This commit is contained in:
+2
-2
@@ -110,9 +110,9 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
header(sprintf("Location: %s",$editFormAction )); //$editFormAction
|
||||
}
|
||||
?>
|
||||
<?php include("include_header.html"); ?>
|
||||
<?php include("include_header_shop.html"); ?>
|
||||
|
||||
<table>
|
||||
<table style="margin-left:170px">
|
||||
|
||||
<tr valign="top">
|
||||
<td align="left"><span class="yb_heading3red"><?php echo $error_message; ?></span> </td>
|
||||
|
||||
Reference in New Issue
Block a user