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,13 @@
<div class="col-xs-12 col-sm-4 nintex-card-stretch">
<div class="nintex-card">
<div class="nintex-card-image" style="background-image: url({{imageUrl}})"></div>
<div class="nintex-card-content">
<div class="nintex-card-header">
{{ name }}
</div>
<div class="nintex-card-text">
{{ contents }}
</div>
</div>
</div>
</div>