|  |  |  | 
|---|
|  |  |  | app_menue_umschalten(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | function app_abspieler_bearbeiten() { | 
|---|
|  |  |  | app_dialog_laden_und_zeigen(templateCache[TPL_DLG_ABSPIELER_EDIT_FORM], ''); | 
|---|
|  |  |  | var abspieler = ''; | 
|---|
|  |  |  | app_dialog_zeigen(templateCache[TPL_DLG_ABSPIELER_EDIT_FORM], abspieler); | 
|---|
|  |  |  | //app_dialog_laden_und_zeigen(templateCache[TPL_DLG_ABSPIELER_EDIT_FORM], ''); | 
|---|
|  |  |  | $('#abspieler-speichern').on('click', function() { | 
|---|
|  |  |  | $('#abspieler-speichern').off('click'); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | msgTpl - eine Vorlage mit einem Mitteilungstext (optional) | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | function app_dialog_laden_und_zeigen(vorlage, msgTpl) { | 
|---|
|  |  |  | if(adresse !== '') { | 
|---|
|  |  |  | if(msgTpl !== '') { | 
|---|
|  |  |  | $.ajax({ | 
|---|
|  |  |  | url: msgTpl, | 
|---|
|  |  |  | type: "GET", | 
|---|