[Koha-bugs] [Bug 9798] Add html id to the Online Resources label of the OPAC detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 12 03:47:08 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9798

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|oleonard at myacpl.org         |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Created attachment 16057
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16057&action=edit
Bug 9798 - Add html id to the Online Resources label of the OPAC detail page

This patch adds an id (onlineresources) to the Online Resources span on the
OPAC detail page.

I think the idea is to make the label easier to target with CSS and JScript.

--

To Test:

Apply the patch

Create some code referencing the onlineresources id using the system
preferences "intranetuserjs" or "intranetusercss". (e.g. #onlineresources
{display:none;} or $("#onlineresources").text("Electronic Resources"); ).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list