http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9798 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|oleonard@myacpl.org |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@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.