[Koha-devel] [Bug 350] New: Supplier Search Results - image links don't work.

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Mon Apr 14 10:22:02 CEST 2003


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 at free.fr
        ReportedBy: Ilacis at chillco.com
         QAContact: koha-devel at 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.




More information about the Koha-devel mailing list