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 <bshum@biblio.org>
</div>
<div id='bib_format' class='result_table_title_cell'>
[%- IF attrs.format_label; %]
- [% attrs.format_label; %]
+ <img title="[% attrs.format_label | html %]" alt="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" /> [% attrs.format_label; %]
[%- END %]
[%- UNLESS CGI.param('detail_record_view')
OR (show_more_details.default == 'true'