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/28 13:15:14 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/publishing reject-screen.xsl

andreas     2003/08/28 04:15:14

  Modified:    src/webapp/lenya/xslt/publishing reject-screen.xsl
  Log:
  re-arranged parameters, improved notification GUI
  
  Revision  Changes    Path
  1.2       +4 -2      cocoon-lenya/src/webapp/lenya/xslt/publishing/reject-screen.xsl
  
  Index: reject-screen.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/publishing/reject-screen.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- reject-screen.xsl	20 Aug 2003 18:55:44 -0000	1.1
  +++ reject-screen.xsl	28 Aug 2003 11:15:14 -0000	1.2
  @@ -21,13 +21,15 @@
       	
   		<form method="GET" action="">
   		
  -		<input type="hidden" name="lenya.usecase" value="transition-ant"/>
  +		<input type="hidden" name="lenya.usecase" value="transition"/>
   		<input type="hidden" name="lenya.event" value="{$lenya.event}"/>
   		<input type="hidden" name="task-id" value="ant"/>
   		<input type="hidden" name="target" value="mail"/>
   		
   		<not:notification>
  -			<xsl:copy-of select="not:users"/>
  +			<not:preset>
  +				<xsl:copy-of select="not:users"/>
  +			</not:preset>
   		</not:notification>
   
       <input type="submit" name="submit" value="Reject"/>
  
  
  

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