mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
cms/admin dms_id wird in dms.php übergeben
Popupfenster vergrößert
This commit is contained in:
+4
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user