8 lignes
387 B
Twig
8 lignes
387 B
Twig
|
{% block submitElements %}
|
||
|
<div class="btn-group">
|
||
|
<button type="button" class="btn btn-primary" onclick="if (confirm('{{ translate({ ident: "D3_DATAWIZARD_ACTION_SUBMIT_CONFIRM" }) }}') === true) {startTask('{{ id }}')}">)
|
||
|
<i class="fas fa-fw fa-magic"></i>
|
||
|
{{ translate({ ident: item.getButtonText() }) }}
|
||
|
</button>
|
||
|
</div>
|
||
|
{% endblock %}
|