| commit | author | age | ||
| 48f8f9 | 1 | <form> |
| U | 2 | <div class="entity-formular"> |
| 6535d9 | 3 | <input name="name" class="entity-form-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" /> |
| U | 4 | <input name="url" class="entity-form-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" /> |
| 48f8f9 | 5 | <div class="entity-buttons"> |
| U | 6 | <button type="submit" class="button-primary" id="ok-btn">Speichern</button> |
| 3e5a56 | 7 | <button type="button" class="button" id="cancel-btn">Abbrechen</button> |
| U | 8 | <button type="button" class="button" id="loeschen-btn">Löschen</button> |
| 48f8f9 | 9 | </div> |
| 3d4bca | 10 | </div> |
| 48f8f9 | 11 | </form> |