Nintex templates download as I was investigating some issue with their search bar. In the header file, if you have multiple '<input' (like we would normally do for language switcher options) it negates the button being clickable at all.

This commit is contained in:
Norm Rasmussen
2025-11-03 18:59:32 -05:00
parent 5f9cff53fc
commit be9edeee64
157 changed files with 10873 additions and 0 deletions

View File

@ -0,0 +1,34 @@
{% include "header"
, color: "var(--nintex--color--blue)"
, text_color: "white"
, text_en_US: ""
, text_es: ""
, text_fr: ""
, text_de: ""
, text_en_GB: ""
, text_nl: ""
, text_pt_BR: ""
, subtitle_en_US: ""
, subtitle_es: ""
, subtitle_fr: ""
, subtitle_de: ""
, subtitle_en_GB: ""
, subtitle_nl: ""
, subtitle_pt_BR: ""
, button_text_en_US: ""
, button_text_es: ""
, button_text_fr: ""
, button_text_de: ""
, button_text_en_GB: ""
, button_text_nl: ""
, button_text_pt_BR: ""
, button_link: "" %}
<main class="np-main np-max-width np-page-container">
<div class="np-hidden-mobile" id="learning-path-desktop">
{% include "learning_path_summary_desktop_view" %}
</div>
<div class="np-hidden-desktop" id="learning-path-mobile">
{% include "learning_path_summary_mobile_view" %}
</div>
</main>
{% include "footer" %}