]> git.0d.be Git - panikweb.git/commitdiff
search: add labels next to facets
authorlaron <simon@surlaterre.org>
Sun, 22 Sep 2013 12:59:48 +0000 (14:59 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 22 Sep 2013 13:41:54 +0000 (15:41 +0200)
panikweb_templates/templates/search/search.html

index 877cd5e3b91dd5ddc6e104da8d9073900290a0e4..b65863254b404c1640548a2c0a3c0353f6d7c57b 100644 (file)
@@ -12,6 +12,7 @@
                <nav class="mainSub">
                    {% if facets.fields.categories %}
                    <ul class="custom padded">
+                               <li><span class="mainLabel">Genre:</span></li>
                      {# Provide only the top 5 categories #}
                                {% for category in facets.fields.categories|slice:":5" %}
                                <li>
@@ -30,6 +31,7 @@
                <nav>
                    {% if facets.fields.tags %}
                    <ul class="tag-facets custom padded">
+                               <li><span class="mainLabel">Mots clés:</span></li>
                      {# Provide only the top 5 tags #}
                        {% for tag in facets.fields.tags|slice:":20" %}
                        <li>