Jobboerse/packages/jobboerse/templates/confirm-modal.hb
JustAnotherJavaProgrammer 7c17cba892 Update text on the website
- fix spelling mistakes
- rephrase text
- translate all text to German
- update the FAQ
2023-12-22 22:08:54 +01:00

8 lines
560 B
Text

<form class="modal-confirm-form {{> kind}}" action="{{> formaction}}" method="post" class="inline">
<input id="{{> kind}}-{{> id}}" class="hidden modal-open-check" type="checkbox" name="pre-{{> kind}}" required>
<div class="modal-confirm-box">
<label for="{{> kind}}-{{> id}}" class="modal-open-button {{> kind}}">{{> action}}</label>
<label for="{{> kind}}-{{> id}}" class="modal-cancel-button {{> kind}}">Abbrechen</label>
<button type="submit" class="modal-submit-button">{{> action}} bestätigen</button>
</div>
</form>