[Interchange-bugs] [Bug 183] Changed - In foundation, products with no images display broken graphic in "specials"

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Thu Jun 14 10:21:01 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=183

*** shadow/183	Thu May 10 12:20:10 2001
--- shadow/183.tmp.4231	Thu Jun 14 10:20:43 2001
***************
*** 3,10 ****
  Version: 4.7.1
  Platform: Other
  OS/Version: other
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P2
  Component: Foundation
--- 3,10 ----
  Version: 4.7.1
  Platform: Other
  OS/Version: other
! Status: RESOLVED   
! Resolution: FIXED
  Severity: normal
  Priority: P2
  Component: Foundation
***************
*** 17,19 ****
--- 17,32 ----
  I created a foundation catalog with no products, and I added some 
  products manually.  When I look at the front page, it puts those products in  
  the right sidebar under "see also." They show up with broken graphics.
+ 
+ ------- Additional Comments From matt@boltbluecorp.com  2001-06-14 10:20 -------
+ Make the following change to templates/components/random (same idea for 
+ random_horizontal and random_vertical)
+ 
+ 89,90c89,90
+ <           <a href="[area [loop-code]]">
+ <             <img border="0" src="thumb/[loop-field thumb]"></a>
+ ---
+ >           [if-loop-field thumb]<a href="[area [loop-code]]">
+ >             <img border="0" src="thumb/[loop-field thumb]"></a>[/if-loop-
+ field]
+