Planner - Editieren von Projekten

Planner - Löschen von Tasks
This commit is contained in:
Andreas Österreicher
2011-08-16 11:46:50 +00:00
parent 026bb39746
commit 2717ec04ed
14 changed files with 134 additions and 477 deletions
+3 -4
View File
@@ -115,12 +115,11 @@ function saveProjekt()
soapBody.appendChild(new SOAPObject("beschreibung")).val(beschreibung);
soapBody.appendChild(new SOAPObject("beginn")).val(beginn);
soapBody.appendChild(new SOAPObject("ende")).val(ende);
soapBody.appendChild(new SOAPObject("neu")).val('true');
var sr = new SOAPRequest("saveProjekt",soapBody);
SOAPClient.Proxy="<?php echo APP_ROOT;?>soap/projekt.soap.php";
SOAPClient.Proxy="<?php echo APP_ROOT;?>soap/projekt.soap.php?"+gettimestamp();
SOAPClient.SendRequest(sr, clb_saveProjekt);
// if(window.opener.KontaktBankverbindungSpeichern(document))
// window.close();
}
function clb_saveProjekt(respObj)