mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Höhe für PopUp angepasst
This commit is contained in:
@@ -344,7 +344,7 @@ function KontaktAdresseSpeichern(dialog)
|
|||||||
// ****
|
// ****
|
||||||
function KontaktAdresseNeu()
|
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 col = tree.columns ? tree.columns["kontakt-adressen-treecol-adresse_id"] : "kontakt-adressen-treecol-adresse_id";
|
||||||
var adresse_id=tree.view.getCellText(tree.currentIndex,col);
|
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ****
|
// ****
|
||||||
|
|||||||
Reference in New Issue
Block a user