diff --git a/cms/admin.php b/cms/admin.php index f2c2786f3..6da234e0c 100644 --- a/cms/admin.php +++ b/cms/admin.php @@ -96,12 +96,13 @@ $berechtigte_oe = $rechte->getOEkurzbz('basis/cms') ); function FHCFileBrowser(field_name, url, type, win) { - cmsURL = "cms/tinymce_dms.php?type="+type; + dms_id = url.substring(url.indexOf("=") +1); + cmsURL = "cms/tinymce_dms.php?type="+type+"&searchstring="+dms_id; tinyMCE.activeEditor.windowManager.open({ file: cmsURL, title : "FHComplete File Browser", - width: 800, - height: 600, + width: 1400, + height: 850, resizable: "yes", close_previous: "no", scrollbars: "yes",