You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/11/20 18:20:35 UTC

cvs commit: cocoon-2.1/src/blocks/precept/samples/example1 view4.xsl

joerg       2003/11/20 09:20:35

  Modified:    src/blocks/precept/samples/example1 view4.xsl
  Log:
  fixed example1: action => method
  
  Revision  Changes    Path
  1.4       +2 -2      cocoon-2.1/src/blocks/precept/samples/example1/view4.xsl
  
  Index: view4.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/precept/samples/example1/view4.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- view4.xsl	20 Nov 2003 17:12:45 -0000	1.3
  +++ view4.xsl	20 Nov 2003 17:20:35 -0000	1.4
  @@ -88,8 +88,8 @@
           </td>
         </tr>
       </table>
  -    <input type="submit" name="cocoon-action-prev3" value="Prev Page"/>
  -    <input type="submit" name="cocoon-action-submit" value="Submit"/>
  +    <input type="submit" name="cocoon-method-prev3" value="Prev Page"/>
  +    <input type="submit" name="cocoon-method-submit" value="Submit"/>
     </xsl:template>
   
     <xsl:template match="/|*">