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/03/23 17:21:16 UTC

svn commit: r158794 - lenya/trunk/src/webapp/lenya/usecases/usecase.xmap

Author: andreas
Date: Wed Mar 23 08:21:15 2005
New Revision: 158794

URL: http://svn.apache.org/viewcvs?view=rev&rev=158794
Log:
use area from page envelope to generate usecase menubar

Modified:
    lenya/trunk/src/webapp/lenya/usecases/usecase.xmap

Modified: lenya/trunk/src/webapp/lenya/usecases/usecase.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/usecase.xmap?view=diff&r1=158793&r2=158794
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/usecase.xmap (original)
+++ lenya/trunk/src/webapp/lenya/usecases/usecase.xmap Wed Mar 23 08:21:15 2005
@@ -53,7 +53,7 @@
         </map:transform>
         <map:transform src="cocoon://lenya-screen.xsl"/>
         <map:match pattern="view/menu/**">
-          <map:transform src="cocoon://lenya-page/{page-envelope:publication-id}/info/default.xml"/>
+          <map:transform src="cocoon://lenya-page/{page-envelope:publication-id}/{page-envelope:area}/default.xml"/>
         </map:match>
         <map:serialize type="html"/>
       </map:match>



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