lenya/src/webapp/lenya/pubs/default/config/menus generic.xsp,1.7,1.8
Andreas Hartmann <[email protected]> Tue, 13 May 2003 18:35:32 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/config/menus
In directory erbium:/tmp/cvs-serv11116/src/webapp/lenya/pubs/default/config/menus
Modified Files:
generic.xsp
Log Message:
added new documentation menu item
Index: generic.xsp
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/config/menus/generic.xsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** generic.xsp 13 May 2003 16:02:31 -0000 1.7
--- generic.xsp 13 May 2003 16:35:30 -0000 1.8
***************
*** 57,60 ****
--- 57,61 ----
<menu name="Help" label="Debug">
<block>
+ <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context</xsp:expr>/docs-new/docs/index.html</xsp:attribute>New Documentation</item>
<item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context</xsp:expr>/docs/index.html#user-guide</xsp:attribute>User's Guide</item>
<item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context</xsp:expr>/docs/index.html#administrator-guide</xsp:attribute>Administrator's Guide</item>