You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2010/11/19 21:36:41 UTC

svn commit: r1037016 - /lenya/branches/BRANCH_2_0_X/src/modules/tinymce/xslt/page2edit.xsl

Author: rainer
Date: Fri Nov 19 20:36:41 2010
New Revision: 1037016

URL: http://svn.apache.org/viewvc?rev=1037016&view=rev
Log:
TinyMCE Integration: forgot to remove "javascript:" from onclick handler.


Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/tinymce/xslt/page2edit.xsl

Modified: lenya/branches/BRANCH_2_0_X/src/modules/tinymce/xslt/page2edit.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/tinymce/xslt/page2edit.xsl?rev=1037016&r1=1037015&r2=1037016&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/tinymce/xslt/page2edit.xsl (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/tinymce/xslt/page2edit.xsl Fri Nov 19 20:36:41 2010
@@ -225,10 +225,10 @@
           </textarea>
           <xsl:text>
           </xsl:text>
-          <input i18n:attr="value" type="submit" name="submit" value="Save" onclick="javascript:tinymce.DOM.win.onbeforeunload = null;"/>        
+          <input i18n:attr="value" type="submit" name="submit" value="Save" onclick="tinymce.DOM.win.onbeforeunload = null;"/>        
           <xsl:text>
           </xsl:text>
-          <input i18n:attr="value" type="submit" name="cancel" value="Cancel" onclick="javascript:tinymce.DOM.win.onbeforeunload = null;"/>      
+          <input i18n:attr="value" type="submit" name="cancel" value="Cancel" onclick="tinymce.DOM.win.onbeforeunload = null;"/>      
           <xsl:text>
       </xsl:text>
       </form>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org