Author: sdumitriu
Date: 2008-02-20 17:53:35 +0100 (Wed, 20 Feb 2008)
New Revision: 7882

Modified:
   
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/NewPage
Log:
XAPANELS-45: JS error when clicking the button in the Create panel
Fixed.


Modified: 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/NewPage
===================================================================
--- 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/NewPage
    2008-02-20 16:20:01 UTC (rev 7881)
+++ 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/NewPage
    2008-02-20 16:53:35 UTC (rev 7882)
@@ -133,7 +133,7 @@
 <property>
 <content>#if($hasEdit || $showEmptyPanels)
 #panelheader($msg.get("Create"))
-&lt;form method="post" action="$doc.getURL("view", "xpage=create")" 
onsubmit="cancelCancelEdit()"&gt;
+&lt;form method="post" action="$doc.getURL("view", "xpage=create")"&gt;
 &lt;div class="padded centered"&gt;
 &lt;select name="tocreate" class="panelselect"&gt;
   &lt;option value="page"&gt;New Page\*&lt;/option&gt;

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to