ImageSelectPage
Korrektur des Pfades git-svn-id: https://svn.libreccm.org/ccm/trunk@1815 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ee818077c1
commit
c25dc4fb59
|
|
@ -9,6 +9,7 @@ import com.arsdigita.bebop.Resettable;
|
|||
import com.arsdigita.bebop.SimpleContainer;
|
||||
import com.arsdigita.cms.ImageAsset;
|
||||
import com.arsdigita.cms.Service;
|
||||
import com.arsdigita.web.URL;
|
||||
import com.arsdigita.xml.Element;
|
||||
|
||||
/**
|
||||
|
|
@ -51,6 +52,7 @@ public class ImageSelectResultComponent extends SimpleContainer implements Reset
|
|||
|
||||
script.append("window.opener.openCCM.imageSet({");
|
||||
script.append(" src : \"");
|
||||
script.append(URL.getDispatcherPath());
|
||||
script.append(Service.getImageURL(m_image));
|
||||
script.append("\", ");
|
||||
script.append(" name : \"");
|
||||
|
|
|
|||
Loading…
Reference in New Issue