[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 23:38:00 CET 2013


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

--- Comment #2 from Galen Charlton <gmcharlt at gmail.com> ---
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.


More information about the Koha-bugs mailing list