[studentbooks09] r149 committed - moved label for order details to a different div, this should solve va...

1 view
Skip to first unread message

student...@googlecode.com

unread,
Dec 13, 2010, 3:01:22 AM12/13/10
to student...@googlegroups.com
Revision: 149
Author: mrjoedowns
Date: Mon Dec 13 00:01:04 2010
Log: moved label for order details to a different div, this should solve
valentis label issue
http://code.google.com/p/studentbooks09/source/detail?r=149

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>";
}

/*

Reply all
Reply to author
Forward
0 new messages