You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/06 23:41:47 UTC

svn commit: r619194 - /lenya/trunk/src/modules/cforms/config/menu.xml

Author: andreas
Date: Wed Feb  6 14:41:47 2008
New Revision: 619194

URL: http://svn.apache.org/viewvc?rev=619194&view=rev
Log:
Removed obsolete wf:event menu item attribute.

Modified:
    lenya/trunk/src/modules/cforms/config/menu.xml

Modified: lenya/trunk/src/modules/cforms/config/menu.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/config/menu.xml?rev=619194&r1=619193&r2=619194&view=diff
==============================================================================
--- lenya/trunk/src/modules/cforms/config/menu.xml (original)
+++ lenya/trunk/src/modules/cforms/config/menu.xml Wed Feb  6 14:41:47 2008
@@ -17,7 +17,6 @@
 -->
 
 <menu xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
-  xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0"
   xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
   xmlns="http://apache.org/cocoon/lenya/menubar/1.0">
   
@@ -35,7 +34,7 @@
     
     <menu i18n:attr="name" name="Edit">
       <block areas="authoring" resourceTypes="cforms">
-        <item wf:event="edit" uc:usecase="cforms.edit" href="?"><i18n:text>With CForms</i18n:text></item>
+        <item uc:usecase="cforms.edit" href="?"><i18n:text>With CForms</i18n:text></item>
         <!-- TODO: add RelaxNG schemas for cforms doctype.
           <item wf:event="edit" uc:usecase="editors.forms"><xsp:attribute name="href"><xsp:expr>"?form=" + doctype</xsp:expr></xsp:attribute><i18n:text>With Forms</i18n:text></item>
           <item wf:event="edit" uc:usecase="editors.oneform" href="?"><i18n:text>With one Form</i18n:text></item>



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