From e9f7e6e7ebe0e46a25837c559d3670813834bdd6 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Beno=C3=AEt=20Pin?= <pin@cri.ensmp.fr>
Date: Tue, 30 Aug 2011 13:01:35 +0200
Subject: [PATCH 1/1] =?utf8?q?Passage=20=C3=A0=20ckeditor=20pour=20la=20s?=
 =?utf8?q?=C3=A9lection=20de=20l'image=20=C3=A9chantillon.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 skins/portfolio_presentation_template.pt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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) {
-- 
2.20.1