Wrapped attrs.pubdate in search results with a span.class
authorWilliam Rockwood <wrockwood@tadl.org>
Thu, 13 Jun 2013 17:50:01 +0000 (13:50 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Thu, 13 Jun 2013 17:50:01 +0000 (13:50 -0400)
- Used class="record_year" to indicate the "year" (date) field in
  search results.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
templates_tadlskin/opac/parts/result/table.tt2

index 0668230..31b40e7 100644 (file)
@@ -77,7 +77,7 @@
                                                                     mkurl(ctx.opac_root _ '/results', {qtype => 'author', query => authorquery}, ['page'])
                                                                     -%]">[% attrs.author | html %]</a></em>
                                                         &nbsp;&nbsp;
-                                                        [% attrs.pubdate | html %]
+                                                        <span class="record_year">[% attrs.pubdate | html %]</span>
                                                     </div>
                                                     <table cellpadding="0" cellspacing="0" border="0"
                                                         class="results_info_table">