You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/10/28 00:51:37 UTC

svn commit: rev 55744 - incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/menus

Author: gregor
Date: Wed Oct 27 15:51:36 2004
New Revision: 55744

Modified:
   incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/menus/links.xsp
Log:
make links menu behave like a grown-up lenya menu

Modified: incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/menus/links.xsp
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/menus/links.xsp	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/menus/links.xsp	Wed Oct 27 15:51:36 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: links.xsp,v 1.1 2004/08/17 21:56:15 michi Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
     language="java" 
@@ -68,11 +68,6 @@
       }
     </xsp:logic>
 
-    <tabs>
-      <tab label="info" show="false"/>
-      <tab label="live" show="false"/>
-    </tabs>
-    
     <menus>
       <menu i18n:attr="name" name="File" label="File">
 	<block>
@@ -100,6 +95,10 @@
   <block>
 	  <item><xsp:attribute name="href"><xsp-request:get-context-path/>/index.html</xsp:attribute><i18n:text>Apache Lenya Homepage</i18n:text></item>
 	  <item><xsp:attribute name="href"><xsp-request:get-context-path/>/about.html</xsp:attribute><i18n:text>About Apache Lenya</i18n:text></item>
+	</block>
+
+        <block>
+          <item uc:usecase="view-logs" uc:step="overview" href="?"><i18n:text>View Task Logs</i18n:text></item>
 	</block>
       </menu>
     </menus>

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