mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
GUI and logic changes from practical experience in the shop environment
1) makes sign in button larger 2) changes "Current Shop" menu text to "Sign In" for normal user 3) takes all users after submitting contact to Sign In page rather than only new users.
This commit is contained in:
@@ -44,7 +44,7 @@ function resetTimer()
|
||||
<table align="center" width="1000" border="0" cellpadding="1" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td height="40" align="left"><a href="/shop_welcome.php">About/Help</a></td>
|
||||
<td height="40" align="right"><a href="/shop_log.php">Current Shop</a> | <a href="/start_shop.php"> All Shops</a> | <a href="/contact_add_edit_select.php">Add/Edit Contact</a> | <a href="/stats.php">Statistics</a> | <a href="/transaction_log.php">Transaction Log</a> | <a href="http://www.positivespin.org/home2/" target="_blank">PS Home</a></td>
|
||||
<td height="40" align="right"><a href="/shop_log.php">Sign In</a> | <a href="/start_shop.php"> All Shops</a> | <a href="/contact_add_edit_select.php">Add/Edit Contact</a> | <a href="/stats.php">Statistics</a> | <a href="/transaction_log.php">Transaction Log</a> | <a href="http://www.positivespin.org/home2/" target="_blank">PS Home</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user