svn commit: r794406 - /lenya/branches/BRANCH_2_0_X/src/modules/tinymce/config/menu.xml
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: andreas
Date: Wed Jul 15 20:36:19 2009
New Revision: 794406
URL: http://svn.apache.org/viewvc?rev=794406&view=rev
Log:
Don't show TinyMCE menu item in info area. Thanks to Rainer Schoepf for the patch. Fixes bug 47300.
Modified:
lenya/branches/BRANCH_2_0_X/src/modules/tinymce/config/menu.xml
Modified: lenya/branches/BRANCH_2_0_X/src/modules/tinymce/config/menu.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/tinymce/config/menu.xml?rev=794406&r1=794405&r2=794406&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/tinymce/config/menu.xml (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/tinymce/config/menu.xml Wed Jul 15 20:36:19 2009
@@ -22,7 +22,7 @@
xmlns="http://apache.org/cocoon/lenya/menubar/1.0">
<menus>
<menu i18n:attr="name" name="Edit">
- <block info="false" resourceTypes="xhtml homepage">
+ <block areas="authoring" resourceTypes="xhtml homepage">
<item wf:event="edit" uc:usecase="tinymce.edit" href="?"><i18n:text>With TinyMCE</i18n:text></item>
</block>
</menu>