koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-devel] [Bug 350] New: Supplier Search Results - image links don't work.
Date: Mon Apr 14 10:22:02 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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


/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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]