Closed (fixed)
Project:
Amazon associate tools
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2006 at 23:44 UTC
Updated:
17 Dec 2006 at 04:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
Prometheus6 commentedTypo in theme_amazon_block()...sorry about that.
I just committed the attached patch. Your images still aren't centered because in the previous commit I replaced the hard-coded center attribute with a class (<div style="text-align: center;"> became <div class="amazontools_block">)
Here's the block formatting function I just replaced if you prefer that.
Comment #2
asb commented> Typo in theme_amazon_block()...sorry about that.
Was this fixed in the version from 2006-10-26? I still get
class="amazontools_review_link" below the product images in the blocks "product recommendation" and "product review".
Regards, -asb
Comment #3
Prometheus6 commentedIdiot that I am, I was working on the HEAD branch. I just committed the proper fix.
Comment #4
Prometheus6 commented