<div class="facet_template facet_template_selected">
<div class="facet">
[% IF new_facets.size == 0 %]
- <a href="[% mkurl('', {}, ['facet']) %]">[% display_value %]</a>
+ <a
+ title="[% l('Show all results, not just those matching this term') %]"
+ href="[% mkurl('', {}, ['facet']) %]">[% display_value %]</a>
[% ELSE %]
- <a href="[% mkurl('', {facet => new_facets}) %]">[% display_value %]</a>
+ <a
+ title="[% l('Expand to also show results not matching this term') %]"
+ href="[% mkurl('', {facet => new_facets}) %]">[% display_value %]</a>
[% END %]
</div>
<div class="count">([% facet_data.count %])</div>
%]
<div class="facet_template">
<div class="facet">
- <a href='[% mkurl('', {facet => selected_facets.merge([param_string])}, ['page']) %]'>[% display_value %]</a>
+ <a
+ title="[% l('Limit to results matching this term') %]"
+ href='[% mkurl('', {facet => selected_facets.merge([param_string])}, ['page']) %]'>
+ [% display_value %]
+ </a>
</div>
<div class="count">([% facet_data.count %])</div>
</div>