You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/22 17:32:22 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/info restore.xsl

andreas     2003/09/22 08:32:22

  Modified:    src/webapp/lenya/xslt/info restore.xsl
  Log:
  forwarding lenya.event request parameter
  
  Revision  Changes    Path
  1.3       +4 -1      cocoon-lenya/src/webapp/lenya/xslt/info/restore.xsl
  
  Index: restore.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/info/restore.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- restore.xsl	5 Sep 2003 14:42:59 -0000	1.2
  +++ restore.xsl	22 Sep 2003 15:32:22 -0000	1.3
  @@ -13,6 +13,8 @@
     
     <xsl:output version="1.0" indent="yes" encoding="ISO-8859-1"/>
     
  +  <xsl:param name="lenya.event"/>
  +  
     <xsl:variable name="document-id"><xsl:value-of select="/page/info/document-id"/></xsl:variable>
     <xsl:variable name="dest-document-id"><xsl:value-of select="/page/info/dest-document-id"/></xsl:variable>
     <xsl:variable name="area"><xsl:value-of select="/page/info/area"/></xsl:variable>
  @@ -49,6 +51,7 @@
             <xsl:attribute name="action"></xsl:attribute>
             <input type="hidden" name="lenya.usecase" value="restore"/>
             <input type="hidden" name="lenya.step" value="restore"/>
  +          <input type="hidden" name="lenya.event" value="{$lenya.event}"/>
             <input type="hidden" name="task-id" value="{$task-id}"/>
             <xsl:call-template name="task-parameters">
               <xsl:with-param name="prefix" select="''"/>
  
  
  

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