http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9798
--- Comment #2 from Galen Charlton <[email protected]> --- Comment on attachment 16057 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16057 Bug 9798 - Add html id to the Online Resources label of the OPAC detail page Review of attachment 16057: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9798&attachment=16057) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ +710,4 @@ > </span>[% END %] > > [% IF ( MARCURLS ) %] > + <div class="results_summary"><span class="label" > id="onlineresources">Online resources:</span> I suggest changing this to a CSS class called online_resources in the div, e.g., <div class="results_summary online_resources"> That way, it would be consistent with how the XSLT bib details display mode works. -- 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/
