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:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user