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:
Jonathan Rosenbaum
2015-03-04 18:52:49 +00:00
parent a82afc8425
commit 6bbf55a25e
5 changed files with 69 additions and 12 deletions
+2 -2
View File
@@ -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>