X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/69191eddb9e4221d964a7e5b044ff7c5dfe38315..c7587605ff2117ff1004239f8ec0cbd024cdc4ab:/wolnelektury/templates/catalogue/book_wide.html diff --git a/wolnelektury/templates/catalogue/book_wide.html b/wolnelektury/templates/catalogue/book_wide.html index dfe57b656..c778caa50 100644 --- a/wolnelektury/templates/catalogue/book_wide.html +++ b/wolnelektury/templates/catalogue/book_wide.html @@ -9,13 +9,13 @@ {% block book-box-extra-info %} {% if themes %} - <div id="themes-list-wrapper"> - <p><a class="mono" id="themes-list-toggle" - href="#">{% trans "motifs and themes" %}</a></p> - <div id="themes-list"> + <div class="hidden-box-wrapper" id="theme-list-wrapper"> + <p><a class="mono hidden-box-trigger theme-list-link" + href="#">{% trans "Motifs and themes" %}</a></p> + <div class="hidden-box"> <ul> {% for theme in themes %} - <li><a href="{% url book_fragments book.urlid theme.slug %}">{{ theme }} ({{ theme.count }})</a></li> + <li><a href="{% url book_fragments book.slug theme.slug %}">{{ theme }} ({{ theme.count }})</a></li> {% endfor %} </ul> </div>