Bug 5518 - Add to shelf icon doesn't appear in OPAC results page
Summary: Add to shelf icon doesn't appear in OPAC results page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: rel_3_2
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 17:06 UTC by Fridolin Somers
Modified: 2012-10-26 00:42 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Proposed fix (1.67 KB, patch)
2010-12-17 17:10 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.