Merge remote-tracking branch 'remotes/origin/feature-8528/BIS-Meldung_Studierendenmeldung_anpassen' into feature-8528/BIS-Meldung_Studierendenmeldung_anpassen

This commit is contained in:
Cris
2020-07-22 16:12:32 +02:00
+2 -2
View File
@@ -344,7 +344,7 @@ function KontaktAdresseSpeichern(dialog)
// ****
function KontaktAdresseNeu()
{
window.open("<?php echo APP_ROOT; ?>content/adressedialog.xul.php?person_id="+KontaktPerson_id,"","chrome, status=no, width=500, height=450, centerscreen, resizable");
window.open("<?php echo APP_ROOT; ?>content/adressedialog.xul.php?person_id="+KontaktPerson_id,"","chrome, status=no, width=500, height=500, centerscreen, resizable");
}
// ****
@@ -360,7 +360,7 @@ function KontaktAdresseBearbeiten()
var col = tree.columns ? tree.columns["kontakt-adressen-treecol-adresse_id"] : "kontakt-adressen-treecol-adresse_id";
var adresse_id=tree.view.getCellText(tree.currentIndex,col);
window.open("<?php echo APP_ROOT; ?>content/adressedialog.xul.php?adresse_id="+adresse_id,"","chrome, status=no, width=500, height=450, centerscreen, resizable");
window.open("<?php echo APP_ROOT; ?>content/adressedialog.xul.php?adresse_id="+adresse_id,"","chrome, status=no, width=500, height=500, centerscreen, resizable");
}
// ****