]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Render record titles and authors consistently
authorDan Scott <dscott@laurentian.ca>
Thu, 11 Apr 2013 12:56:50 +0000 (05:56 -0700)
committerBen Shum <bshum@biblio.org>
Fri, 12 Apr 2013 15:21:00 +0000 (11:21 -0400)
commit3288d77eab0ea26ed5a8d2be11140316fec10615
treebf034ee21d555fbe53fb317b3d595449b1c84ba1
parent1d3452aafabd64bc6d1dac55eb13d7ca1a754926
TPAC: Render record titles and authors consistently

Yamil Suarez noticed that the titles and authors in the call number
browse results page were presented differently than the regular search
results. This change removes some of the hard-coded <em> tags and "bold"
classes, in favour of new "record_author" and "record_title" CSS
classes. Now sites can simply change the CSS in one place to keep things
consistent between the two search results pages.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Yamil Suarez <yamil@yamil.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2