diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html index dd703d6c7045e3ab9dc8e5d7d25ea89610be94a0..aa04a6648506e0cf266534329ef94cd18487f977 100644 --- a/it4i_theme/footer.html +++ b/it4i_theme/footer.html @@ -20,10 +20,23 @@ {% endif %} </div> <div class="as"> - <div class="title">Was this article helpful?</div> - <div class="subtitle"></div> - <button class="as-button" data-value="5" type="button">Yes</button> - <button class="as-button" data-value="1" type="button">No</button> + <a href="{{ next_page.url }}" title="{{ next_page.title }}"> + <span class="direction"> + {{ config.extra.get("i18n", {}).next | default("Next") }} + </span> + <div class="page"> + <div class="stretch"> + <div class="title"> + Was this article helpful? + </div> + </div> + <div class="button button-next" role="button" aria-label="Yes"> + <i class="icon ion-checkmark"></i> + <div class="button button-next" role="button" aria-label="No"> + <i class="icon ion-close"></i> + </div> + </div> + </a> </div> <div class="next"> {% if next_page %}