From: Ben Shum Date: Wed, 25 Sep 2013 21:40:57 +0000 (-0400) Subject: TPAC: Add format icon back to search results X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=502f93acff9a5713668931c980d6ce25962a1f8c;p=evergreen%2Fpines.git TPAC: Add format icon back to search results As a compromise, add the format icon back to the search results to sit alongside the fully spelled out format label for the record. Having the label next to the icon helps to inform on the icon without the need to hover. Local sites may consider customizing this to their personal desires. Signed-off-by: Ben Shum Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 18b55e3a81..81ca68a54d 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -95,7 +95,7 @@ END;
[%- IF attrs.format_label; %] - [% attrs.format_label; %] + [% attrs.format_label | html %] [% attrs.format_label; %] [%- END %] [%- UNLESS CGI.param('detail_record_view') OR (show_more_details.default == 'true'