http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9798
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|[email protected] |[email protected] --- Comment #1 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
