You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ra...@apache.org on 2003/01/13 16:12:48 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm GlobalMacros.vm

raphael     2003/01/13 07:12:47

  Modified:    webapp/WEB-INF/templates/vm GlobalMacros.vm
  Log:
  Fix syntax bug in fileUpload macro
  
  contributed by Gary Lawrence Murphy <ga...@canada.com>
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/vm/GlobalMacros.vm
  
  Index: GlobalMacros.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/GlobalMacros.vm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- GlobalMacros.vm	9 Sep 2002 16:57:59 -0000	1.6
  +++ GlobalMacros.vm	13 Jan 2003 15:12:47 -0000	1.7
  @@ -72,7 +72,7 @@
     </td>
   #end
   
  -#macro (fileUpload "$label" "$name")
  +#macro (fileUpload $label $name)
     #formLabel("$label")
     #fileUploadField("$name")
   #end
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>