From 77a27f0bd542fcf8fcff944a761b205c26e2e181 Mon Sep 17 00:00:00 2001 From: kindlm Date: Tue, 23 Feb 2016 19:19:57 +0100 Subject: [PATCH] =?UTF-8?q?cms/admin=20dms=5Fid=20wird=20in=20dms.php=20?= =?UTF-8?q?=C3=BCbergeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Popupfenster vergrößert --- cms/admin.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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",