From e3510d5f1e3d10b5c9a4dee12676135a0b9fd6b4 Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Wed, 10 Apr 2013 18:27:37 -0400 Subject: [PATCH] Update to TPAC shelf browser CSS styles Update to TPAC shelf browser CSS styles to match the CSS styles of TPAC search results for item result titles and authors. Signed-off-by: Yamil Suarez --- Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 b/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 index 661c1320f7..e028bc417e 100644 --- a/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 @@ -40,15 +40,15 @@ [% END %]
[% cn.label | html %]
[% IF rec_attrs.author %]
- [% rec_attrs.author | html %] + -%]">[% rec_attrs.author | html %]
[% END %]
[% cn.owning_lib.name | html %]
-- 2.11.0