| commit | author | age | ||
| 5b7356 | 1 | <div class="dlg-info"> |
| U | 2 | <span class="close-btn pointer-cursor">✖</span> |
| 3 | <div class="dlg-behaelter"> | |
| 4 | <div class="dlg-info-app-titel">Löschen</div> | |
| 5 | <div class="dlg-info-app-info">{{del-elem}} wirklich löschen?</div> | |
| 6 | <div class="dlg-info-app-info"></div> | |
| 7 | <div class="form-button-footer"> | |
| 8 | <button class="button dlg-btn" type="button" id="nein-btn">Abbrechen</button> | |
| 9 | <button class="button-primary dlg-btn" type="button" id="ja-btn">Löschen</button> | |
| 10 | </div> | |
| 11 | </div> | |
| 12 | </div> | |
| 13 | ||