Bug 5518

Summary: Add to shelf icon doesn't appear in OPAC results page
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, nengard
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed fix

Description Fridolin Somers 2010-12-17 17:06:05 UTC
Hie,

In search results page, row "Actions", a small icon appears for "add to cart" and "place hold", but not for "Save to lists".

This is because of a class error : 
class="addtolist" should be "addtoshelf" (defined in opac.css).

The icon "addtolist-small.gif" appears then.

Regards,
Comment 1 Owen Leonard 2010-12-17 17:10:59 UTC
Created attachment 2878 [details] [review]
Proposed fix
Comment 2 Fridolin Somers 2010-12-17 18:24:55 UTC
(In reply to comment #1)
> Created attachment 2878 [details] [review]
> Proposed fix

Thanks Owen.
Comment 3 Chris Cormack 2010-12-19 08:20:41 UTC
Patch pushed, please test
Comment 4 Fridolin Somers 2010-12-20 06:49:16 UTC
(In reply to comment #3)
> Patch pushed, please test

Test ok.

Thanks.