On prépare de quoi se concentrer sur les images incorporées.
[ckeditor.git] / skins / ckeditor / plugins / plinn_image / dialog / plinn_image_tabs.html.pt
index 4beb51a..3a48d56 100644 (file)
                // <!--
                  var tabs = [];
                  function initTabs() {
-                   var FCKPlugins = window.parent.FCKPlugins;
+                   var pluginPath = window.parent.pluginPath;
 
                    tabs = document.getElementsByTagName('a');
-                   tabs[0].href = FCKPlugins.Items['image'].Path + 'embedded_images.html';
-                   tabs[1].href = window.parent.FCKConfig.ImageBrowserURL;
+                   tabs[0].href = pluginPath + 'dialog/embedded_images.html';
+                   //tabs[1].href = window.parent.FCKConfig.ImageBrowserURL;
                    addListener(document, 'click', updateTabs)
                  };
                  addListener(window, 'load', initTabs);