From 502f93acff9a5713668931c980d6ce25962a1f8c Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 25 Sep 2013 17:40:57 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.43.2