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
+3 -3
View File
@@ -133,9 +133,9 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
?>
<?php include("include_header.html"); ?>
<?php include("include_header_shop.html"); ?>
<table>
<table width="2200px">
<tr>
<td align="left" valign="bottom"><?php echo $error_message;?></td>
</tr>
@@ -191,7 +191,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
<br /><br />
<table width="850px" border="1" cellpadding="1" cellspacing="0" bordercolor="#CCCCCC">
<table width="850px" style="margin-left:170px" border="1" cellpadding="1" cellspacing="0" bordercolor="#CCCCCC">
<tbody
<tr valign="bottom" bordercolor="#CCCCCC">
<td height="25" colspan="1" bgcolor="#99CC33">Existing Shop Users</td>