http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=350 Summary: Supplier Search Results - image links don't work. Product: Koha Version: 1.9.2 Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Acquisitions (Full) AssignedTo: paul.poulain@free.fr ReportedBy: Ilacis@chillco.com QAContact: koha-devel@lists.sourceforge.net /koha/acqui/order.pl Clicking on Add Supplier, Add Order and Receive images do not open the links (rignt clicking does.) I think the problem is that: <a href=supplier.pl?id=0> should be <a href="supplier.pl?id=0"> <a href="basket.pl?id=1"><input type=image src="/intranet- tmpl/default/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a> should be: <a href="basket.pl?id=1"><image src="/intranet- tmpl/default/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a> <a href="recieveorder.pl?id=1"><input type=image src="/intranet- tmpl/default/images/mail_get.png" title="recieve" ALT="Add" BORDER=0 ></a> should be: <a href="recieveorder.pl?id=1"><image src="/intranet- tmpl/default/images/mail_get.png" title="recieve" ALT="Add" BORDER=0 ></a> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.