Modified:
/trunk/Geekzbookshelf2/StyleSheets/cart.css
/trunk/Geekzbookshelf2/checkout.php
/trunk/Geekzbookshelf2/data/order.class.php
=======================================
--- /trunk/Geekzbookshelf2/StyleSheets/cart.css Thu Dec 9 11:49:35 2010
+++ /trunk/Geekzbookshelf2/StyleSheets/cart.css Mon Dec 13 00:01:04 2010
@@ -91,8 +91,8 @@
}
div#OrderLabel
{
- top: 200px;
- position: absolute;
+ left:25px;
+ position: relative;
}
#leftSubmit{
=======================================
--- /trunk/Geekzbookshelf2/checkout.php Fri Dec 10 18:39:33 2010
+++ /trunk/Geekzbookshelf2/checkout.php Mon Dec 13 00:01:04 2010
@@ -171,6 +171,7 @@
</div>
<br /><br />
<div id="userinfo">
+
<form action="reciept.php" method="post" name="paynow"
onsubmit="return validateForm()">
<?php
@@ -187,6 +188,7 @@
</form>
</div><br />
<div id="middleCart">
+ <div id='OrderLabel'><b>Order details:</b></div>
<?php
echo $cart->showCart(true);
?>
=======================================
--- /trunk/Geekzbookshelf2/data/order.class.php Fri Dec 10 18:39:33 2010
+++ /trunk/Geekzbookshelf2/data/order.class.php Mon Dec 13 00:01:04 2010
@@ -103,7 +103,7 @@
echo '</div>';
//echo '</form>';
- echo "<div id='OrderLabel'><b>Order details:</b></div>";
+ //echo "<div id='OrderLabel'><b>Order details:</b></div>";
}
/*