lenya/src/webapp/lenya/pubs/forum/config/menus article.xsp,1.12,1.13
Christian Egli <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/forum/config/menus
In directory erbium:/tmp/cvs-serv29079/src/webapp/lenya/pubs/forum/config/menus
Modified Files:
article.xsp
Log Message:
According to the uri scheme standard the request parameters for
usecase and step are named "lenya.usecase" and "lenya.step". This is
now corrected for all publications and in the root sitemap.
Index: article.xsp
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/forum/config/menus/article.xsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** article.xsp 5 May 2003 12:29:27 -0000 1.12
--- article.xsp 8 May 2003 10:09:37 -0000 1.13
***************
*** 22,26 ****
<block>
<item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix</xsp:expr>/authoring/xopus2/articles/<xsp:expr>article_id</xsp:expr>/index.html?filename=content/authoring/articles/<xsp:expr>article_id</xsp:expr>/index.xml</xsp:attribute>Edit with Xopus2</item>
! <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix</xsp:expr>/authoring/articles/<xsp:expr>article_id</xsp:expr>/index.html?usecase=rollback&step=showscreen&documentid=articles/<xsp:expr>article_id</xsp:expr>/index.xml</xsp:attribute>Rollback</item>
<item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix</xsp:expr>/authoring/lenya/publishScreen?uris=<xsp:expr>xsp_lenya_context_prefix</xsp:expr>/articles/<xsp:expr>article_id</xsp:expr>/index.html,<xsp:expr>xsp_lenya_context_prefix</xsp:expr>/index.html&sources=/articles/<xsp:expr>article_id</xsp:expr>/index.xml</xsp:attribute>Publish</item>
</block>
--- 22,26 ----
<block>
<item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix</xsp:expr>/authoring/xopus2/articles/<xsp:expr>article_id</xsp:expr>/index.html?filename=content/authoring/articles/<xsp:expr>article_id</xsp:expr>/index.xml</xsp:attribute>Edit with Xopus2</item>
! <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix</xsp:expr>/authoring/articles/<xsp:expr>article_id</xsp:expr>/index.html?lenya.usecase=rollback&lenya.step=showscreen&documentid=articles/<xsp:expr>article_id</xsp:expr>/index.xml</xsp:attribute>Rollback</item>
<item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix</xsp:expr>/authoring/lenya/publishScreen?uris=<xsp:expr>xsp_lenya_context_prefix</xsp:expr>/articles/<xsp:expr>article_id</xsp:expr>/index.html,<xsp:expr>xsp_lenya_context_prefix</xsp:expr>/index.html&sources=/articles/<xsp:expr>article_id</xsp:expr>/index.xml</xsp:attribute>Publish</item>
</block>