Add missing form action buttons to VSF list-card layout

This commit is contained in:
2026-05-27 16:49:41 +02:00
parent f81081eed1
commit 61a5360563
+7
View File
@@ -61,6 +61,13 @@
></textarea>
</label>
</div>
<footer class="sg-form-sections-card__actions-segment" data-pattern-part="form-actions-segment">
<div class="sg-form-sections-card__actions" data-pattern-part="form-actions">
<button class="sg-interaction-element sg-button sg-button--active sg-form-sections-card__action" type="button">Abbrechen</button>
<button class="sg-interaction-element sg-button sg-button--process sg-button--process-inactive sg-form-sections-card__action" type="submit" disabled aria-disabled="true">Prozess Button</button>
</div>
</footer>
</form>
</div>
</article>