delegation tiny_mce et install pour sqlite
[mw_pages] / app / out / default / tiny_mce / plugins / tinybrowser / tb_standalone.js.php
diff --git a/app/out/default/tiny_mce/plugins/tinybrowser/tb_standalone.js.php b/app/out/default/tiny_mce/plugins/tinybrowser/tb_standalone.js.php
deleted file mode 100644 (file)
index 5de1f82..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-require_once("config_tinybrowser.php");
-
-$tbpath = pathinfo($_SERVER['SCRIPT_NAME']);
-$tbmain = $tbpath['dirname'].'/tinybrowser.php';
-?>
-
-function tinyBrowserPopUp(type,formelementid,folder) {
-   tburl = "<?php echo $tbmain; ?>" + "?type=" + type + "&feid=" + formelementid;
-   if (folder !== undefined) tburl += "&folder="+folder+"%2F";
-   newwindow=window.open(tburl,'tinybrowser','height=<?php echo $tinybrowser['window']['height']+15; ?>,width=<?php echo $tinybrowser['window']['width']+15; ?>,scrollbars=yes,resizable=yes');
-   if (window.focus) {newwindow.focus()}
-   return false;
-}