From 3c2d961fb29a9433d42bc79f4e398c5593d539e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 22 Jul 2020 14:27:23 +0200 Subject: [PATCH] =?UTF-8?q?H=C3=B6he=20f=C3=BCr=20PopUp=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/kontakt.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/kontakt.js.php b/content/kontakt.js.php index 7f5f8df2b..6275e7fef 100644 --- a/content/kontakt.js.php +++ b/content/kontakt.js.php @@ -344,7 +344,7 @@ function KontaktAdresseSpeichern(dialog) // **** function KontaktAdresseNeu() { - window.open("content/adressedialog.xul.php?person_id="+KontaktPerson_id,"","chrome, status=no, width=500, height=450, centerscreen, resizable"); + window.open("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("content/adressedialog.xul.php?adresse_id="+adresse_id,"","chrome, status=no, width=500, height=450, centerscreen, resizable"); + window.open("content/adressedialog.xul.php?adresse_id="+adresse_id,"","chrome, status=no, width=500, height=500, centerscreen, resizable"); } // ****