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/08/14 10:20:16 UTC

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

andreas     2003/08/14 01:20:16

  Modified:    src/webapp/lenya/xslt/info info.xsl
  Log:
  fixed hidden parameter links
  
  Revision  Changes    Path
  1.15      +3 -3      cocoon-lenya/src/webapp/lenya/xslt/info/info.xsl
  
  Index: info.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/info/info.xsl,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- info.xsl	11 Aug 2003 13:30:38 -0000	1.14
  +++ info.xsl	14 Aug 2003 08:20:16 -0000	1.15
  @@ -235,7 +235,7 @@
   	<xsl:param name="type"/>
   	<xsl:param name="title"/>
   	<form method="get">
  -	<input type="hidden" name="lenya.usecase" value="info"/>
  +	<input type="hidden" name="lenya.usecase" value="info-ac-{substring($area, 1, 4)}"/>
   	<input type="hidden" name="lenya.step" value="showscreen"/>
   	<input type="hidden" name="area" value="{$area}"/>
   	<td><xsl:value-of select="$title"/>:</td>
  @@ -315,7 +315,7 @@
     	<td>
     		<xsl:if test="not(@type = 'parent')">
     		<form>
  -				<input type="hidden" name="lenya.usecase" value="info"/>
  +				<input type="hidden" name="lenya.usecase" value="info-ac-{substring($area, 1, 4)}"/>
   				<input type="hidden" name="lenya.step" value="showscreen"/>
   				<input type="hidden" name="area" value="{$area}"/>
     			<input type="hidden" name="accreditable_id" value="{@accreditable-id}"/>
  
  
  

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