X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/011a53d5681ad1f5fa88a534ec041c93d3e7be95..9d15a219a1b6910463064c64f9c211c606b4b5eb:/skins/portfolio_presentation_template.pt

diff --git a/skins/portfolio_presentation_template.pt b/skins/portfolio_presentation_template.pt
index 4c50ccc..3dccb96 100644
--- a/skins/portfolio_presentation_template.pt
+++ b/skins/portfolio_presentation_template.pt
@@ -58,9 +58,9 @@
         fm.onBeforeSubmit = function(m, evt) {
           if (m.submitButton.name == 'selectSample') {
             var path = absolute_url().slice(portal_url().length);
-            var url = portal_url() + "/editor/filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector&Type=Image&path=" + path + '/';
+            var url = portal_url() + "/ckeditor/filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector&Type=Image&path=" + path + '/';
             var winOptions = "toolbar=no,status=no,resizable=yes,dependent=yes,scrollbars=yes,width=645,height=405";
-            window.open(url, 'sampleImageSelector', winOptions);
+            window.open(url, 'StandaloneBrowser', winOptions);
 
             window.SetUrl = function (url) {
               with(m.submitButton) {