Skip to content

Commit

Permalink
Merge pull request #102 from it-at-m/feature-1795-adjust-cancel-button
Browse files Browse the repository at this point in the history
feat(ZMS-1795): adjust button
  • Loading branch information
manjencic authored Jan 18, 2024
2 parents 6539160 + 17b111b commit 1e5b025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmsadmin/templates/block/process/called.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</h4>
<button type="button" class="button button--default button--fullwidth client-called_button-success" style="margin: 0.5em 0;">Ja, Kunde erschienen</button>
<button type="button" class="button button--diamond button--fullwidth client-called_button-skip right" data-exclude="{{ exclude }}" style="margin: 0.5em 0;">Nein, nächster Kunde bitte</button>
<button type="button" class="button button--destructive button--fullwidth client-called_button-abort left" style="margin: 0.5em 0;">Abbruch</button>
<button type="button" class="button button--destructive button--fullwidth client-called_button-abort left" style="margin: 0.5em 0;">Nein, nicht erschienen</button>
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 1e5b025

Please sign in to comment.