lenya/src/webapp/lenya/pubs/unipublic/config/menus article.xsp,1.46,1.47
Christian Egli <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/unipublic/config/menus In directory erbium:/tmp/cvs-serv29079/src/webapp/lenya/pubs/unipublic/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/unipublic/config/menus/article.xsp,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** article.xsp 30 Apr 2003 16:44:24 -0000 1.46 --- article.xsp 8 May 2003 10:09:37 -0000 1.47 *************** *** 59,63 **** </block> <block> ! <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix+"/authoring/"+channel+"/"+section+"/"+year+"/"+articleId+"/index.html?usecase=rollback&step=showscreen&documentid="+channel+"/"+section+"/"+year+"/"+articleId+"/index.xml"</xsp:expr></xsp:attribute>Rollback</item> </block> <!-- --- 59,63 ---- </block> <block> ! <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix+"/authoring/"+channel+"/"+section+"/"+year+"/"+articleId+"/index.html?lenya.usecase=rollback&lenya.step=showscreen&documentid="+channel+"/"+section+"/"+year+"/"+articleId+"/index.xml"</xsp:expr></xsp:attribute>Rollback</item> </block> <!--