Update to TPAC shelf browser CSS styles user/ysuarez/tpac_shelf_browser_style_update
authorYamil Suarez <yamil@yamil.com>
Wed, 10 Apr 2013 22:27:37 +0000 (18:27 -0400)
committerYamil Suarez <yamil@yamil.com>
Wed, 10 Apr 2013 22:27:37 +0000 (18:27 -0400)
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 <yamil@yamil.com>
Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2

index 661c132..e028bc4 100644 (file)
                         [% END %]
                         <div class='cn_browse_info bold' name='cn_browse_cn'>[% cn.label | html %]</div>
                         <div class='cn_browse_info'>
-                            <a name='cn_browse_title' class='classic_link' 
+                            <a name='cn_browse_title' class='classic_link bold
                                 href="[% mkurl(ctx.opac_root _ '/record/' _ cn.record.id, {$loc_name => loc_value}, 1) %]">[% rec_attrs.title | html %]</a>
                         </div>
                         [% IF rec_attrs.author %]<div class='cn_browse_info'>
-                            <a name='cn_browse_author' class='classic_link'
+                            <em><a name='cn_browse_author' class='classic_link'
                                 href="[%-
                                     authorquery = rec_attrs.author | replace('[,\.:;]', '');
                                     mkurl(ctx.opac_root _ '/results', {qtype => 'author', query => authorquery, $loc_name => loc_value}, 1)
-                                    -%]">[% rec_attrs.author | html %]</a>
+                                    -%]">[% rec_attrs.author | html %]</a></em>
                         </div>[% END %]
                         <div class='cn_browse_info' name='cn_browse_lib'>[% cn.owning_lib.name | html %]</div>
                     </td>