[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tep-commits
Subject:    [TEP-COMMIT] CVS: catalog/catalog specials.php,1.43,1.44
From:       David Garcia Watkins <dgw_ () users ! sourceforge ! net>
Date:       2002-10-27 19:09:12
[Download RAW message or body]

Update of /cvsroot/tep/catalog/catalog
In directory usw-pr-cvs1:/tmp/cvs-serv28173

Modified Files:
	specials.php 
Log Message:
Fixed bug 765

The columns share the available width much better with ' width=33%'




Index: specials.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/specials.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- specials.php	29 Sep 2002 15:15:19 -0000	1.43
+++ specials.php	27 Oct 2002 19:09:10 -0000	1.44
@@ -77,7 +77,7 @@
     $row = 0;
     while ($specials = tep_db_fetch_array($specials_query)) {
       $row++;
-      echo '            <td align="center" class="smallText"><a href="' . \
tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $specials['products_id'], \
'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $specials['products_image'], \
$specials['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a \
href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . \
$specials['products_id'], 'NONSSL') . '">' . $specials['products_name'] . \
'</a><br><s>' . $currencies->display_price($specials['products_price'], \
tep_get_tax_rate($specials['products_tax_class_id'])) . '</s><br><span \
class="productSpecialPrice">' . \
$currencies->display_price($specials['specials_new_products_price'], \
tep_get_tax_rate($specials['products_tax_class_id'])) . '</span></td>' . "\n"; +      \
echo '            <td align="center" width="33%" class="smallText"><a href="' . \
tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $specials['products_id'], \
'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $specials['products_image'], \
$specials['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a \
href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . \
$specials['products_id'], 'NONSSL') . '">' . $specials['products_name'] . \
'</a><br><s>' . $currencies->display_price($specials['products_price'], \
tep_get_tax_rate($specials['products_tax_class_id'])) . '</s><br><span \
class="productSpecialPrice">' . \
$currencies->display_price($specials['specials_new_products_price'], \
tep_get_tax_rate($specials['products_tax_class_id'])) . '</span></td>' . "\n";  if \
((($row / 3) == floor($row / 3))) {  ?>
           </tr>
@@ -123,4 +123,4 @@
 <br>
 </body>
 </html>
-<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
\ No newline at end of file
+<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Tep-commits mailing list
Tep-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tep-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic