X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0854610e6f1a717ce100c96f7ebf36cbb3478a5c..6ce172931557c6c3b5a3f3eefd9d3e10c9c03d05:/wolnelektury/templates/catalogue/book_wide.html diff --git a/wolnelektury/templates/catalogue/book_wide.html b/wolnelektury/templates/catalogue/book_wide.html index 2ea5555a3..c778caa50 100644 --- a/wolnelektury/templates/catalogue/book_wide.html +++ b/wolnelektury/templates/catalogue/book_wide.html @@ -9,10 +9,10 @@ {% 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.slug theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>