N°8772 - dynamic form

This commit is contained in:
Benjamin Dalsass
2025-11-12 09:33:29 +01:00
parent cbb0e2ef7e
commit 3d2485a004
3 changed files with 4 additions and 8 deletions

View File

@@ -5,6 +5,8 @@
{% UITurboUpdate Standard { sTarget: "turbo_" ~ sBlockIdentifier} %}
{% if oBlockToRedraw is not null %}
{{ form_row(oBlockToRedraw) }}
{% else %}
<div style="background-color: #ecd9eb;border-radius: 6px;padding: 2px 5px;">Reserved place for <b>{{ sBlockIdentifier }}</b></div>
{% endif %}
{% EndUITurboUpdate %}
{% endfor %}