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:56:19 UTC

svn commit: rev 55745 - incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus

Author: gregor
Date: Wed Oct 27 15:56:18 2004
New Revision: 55745

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

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp	Wed Oct 27 15:56:18 2004
@@ -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