]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Improved subject formatting on summary page, and better title bookmarking
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 25 Oct 2010 15:15:49 +0000 (15:15 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 25 Oct 2010 15:15:49 +0000 (15:15 +0000)
commit74dd9ad6daef2de189d41e115a046a20f104c806
tree1bcca46c9bc48ed5c57442cc08404dad838f2865
parenta62972549562a62b00bd2c18c72ca6a7f0cbd091
Improved subject formatting on summary page, and better title bookmarking

Apply a modified version of Ben Ostrowsky's patch from
https://bugs.launchpad.net/evergreen/+bug/627133 - the modifications include
using BT.textContent() to retrieve the text of the subfields, and
getAttribute() instead of dojo.attr() for IE support.

From the description of 627133:

Currently the BibTemplate code in rdetail/rdetail_summary.xml for display
of subject headings only includes the 650. It should be expanded to:

  * include all standard subject added entry fields (or more broadly, all 6XX)
  * exclude control subfields (those whose subfield label is a digit) from display
  * only using the double-dash separator before subfields $x, $y, $z, and $v.
    The display text of other subfields should be separated from one another only
    by a space.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18456 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml