cms/admin dms_id wird in dms.php übergeben

Popupfenster vergrößert
This commit is contained in:
kindlm
2016-02-23 19:19:57 +01:00
parent 9487cc3c87
commit 77a27f0bd5
+4 -3
View File
@@ -96,12 +96,13 @@ $berechtigte_oe = $rechte->getOEkurzbz('basis/cms')
);
function FHCFileBrowser(field_name, url, type, win)
{
cmsURL = "<?php echo APP_ROOT;?>cms/tinymce_dms.php?type="+type;
dms_id = url.substring(url.indexOf("=") +1);
cmsURL = "<?php echo APP_ROOT;?>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",