Ça devrait le faire. Maintenant, on va passer au tests / ajustements.
[ckeditor.git] / skins / ckeditor / plugins / plinn_image / dialog / plinn_image_tabs.html.pt
index 4beb51a..8afa5f0 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.editor.config.filebrowserImageBrowseUrl;
                    addListener(document, 'click', updateTabs)
                  };
                  addListener(window, 'load', initTabs);