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 2005/01/25 11:19:07 UTC

svn commit: r126364 - /lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp

Author: andreas
Date: Tue Jan 25 02:19:05 2005
New Revision: 126364

URL: http://svn.apache.org/viewcvs?view=rev&rev=126364
Log:
usecase framework for submit usecase in default publication
Modified:
   lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp

Modified: lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp?view=diff&rev=126364&p1=lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp&r1=126363&p2=lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp&r2=126364
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/config/menus/generic.xsp	Tue Jan 25 02:19:05 2005
@@ -259,7 +259,7 @@
       {
         if (isDocument && Publication.AUTHORING_AREA.equals(area)) {
 	<block>
-          <item uc:usecase="submit" uc:step="showscreen" wf:event="submit" href="?"><i18n:text>Submit</i18n:text></item>
+          <item uc:usecase="workflow.submit" wf:event="submit" href="?"><i18n:text>Submit</i18n:text></item>
           <item uc:usecase="reject" uc:step="showscreen" wf:event="reject" href="?"><i18n:text>Reject</i18n:text></item>
           <item uc:usecase="publish" uc:step="showscreen" wf:event="publish"><xsp:attribute name="href">?<xsp:expr>urisParameter</xsp:expr>&amp;sources=<xsp:expr>xmlSource</xsp:expr>&amp;task-id=publish</xsp:attribute><i18n:text>Publish</i18n:text></item>
           <item uc:usecase="deactivate" uc:step="showscreen" wf:event="deactivate" href="?task-id=deactivateDocument"><i18n:text>Deactivate</i18n:text></item>

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