Author: jkoster
Date: 2010-06-23 15:12:40 +0200 (Wed, 23 Jun 2010)
New Revision: 42665

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/itemheader.jsp
   
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/listheader.jsp
Log:
CMSC-1713 - Inline edit popup windows of articles do not always close after 
pressing save and close. Fix: URL was not properly encoded.

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/itemheader.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/itemheader.jsp
      2010-06-23 12:23:15 UTC (rev 42664)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/itemheader.jsp
      2010-06-23 13:12:40 UTC (rev 42665)
@@ -22,7 +22,7 @@
    <mm:param name="popup" value="true" />
 </mm:url>
 
-<a href="<mm:write referid="editurl"/>" target="cmsc_element_edit" 
+<a href="<mm:write referid="editurl" escape="none" />" 
target="cmsc_element_edit" 
    onclick="openPopupWindow('cmsc_element_edit', '750', '550')" 
class="portal_button" style="float: left;">
        <cmsc:editorMessage key="edit.fulledit" />
 </a>
@@ -32,3 +32,4 @@
       <span class="handle" style="float: left;"><cmsc:editorMessage 
key="edit.drag" /></span>
    </cmsc:isallowededit>
 </c:if>
+</mm:cloud>
\ No newline at end of file

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/listheader.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/listheader.jsp
      2010-06-23 12:23:15 UTC (rev 42664)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/listheader.jsp
      2010-06-23 13:12:40 UTC (rev 42665)
@@ -26,7 +26,7 @@
    <mm:param name="action" value="create" />
    <mm:param name="creation" value="${contentchannel}" />
 </mm:url>
-<a href="<mm:write referid="newurl"/>" 
onclick="openPopupWindow('cmsc_element_edit', '750', '550')"
+<a href="<mm:write referid="newurl" escape="none" />" 
onclick="openPopupWindow('cmsc_element_edit', '750', '550')"
    class="portal_button" target="cmsc_element_edit" style="float: left;">
        <cmsc:editorMessage key="edit.new" />
 </a>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to