shorter MAX_FACETS message to fit in the middle
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 6 Jun 2010 21:39:57 +0000 (23:39 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 6 Jun 2010 21:39:57 +0000 (23:39 +0200)
templates/data/facet.html.ep

index ddd44a5..25e3df3 100644 (file)
@@ -30,9 +30,9 @@
 % foreach my $n ( @$facet_names ) {
 %  if ( $facet_nr++ == $max_facets ) {
 <div class=alert>
-First <a title="config MAX_FACETS" href="/config"><%= $max_facets %></a> values displayed
+First <a title="config MAX_FACETS" href="/config"><%= $max_facets %></a> shown
 &middot;
-<a href="<%= url_for()->query( name => $name, all_values => 1 ) %>">Show all <%= $facet_count %> values</a>
+<a href="<%= url_for()->query( name => $name, all_values => 1 ) %>">Show all <%= $facet_count %></a>
 </div>
 %  }
 %  if ( $facet_nr > $max_facets && ! $checked->{$n} ) {