You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/07/19 08:20:36 UTC

svn commit: r219624 - /maven/continuum/trunk/continuum-web/src/main/resources/templates/CommonMacros.vm

Author: evenisse
Date: Mon Jul 18 23:20:10 2005
New Revision: 219624

URL: http://svn.apache.org/viewcvs?rev=219624&view=rev
Log:
Remove duplicate test

Modified:
    maven/continuum/trunk/continuum-web/src/main/resources/templates/CommonMacros.vm

Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/CommonMacros.vm
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/CommonMacros.vm?rev=219624&r1=219623&r2=219624&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/templates/CommonMacros.vm (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/templates/CommonMacros.vm Mon Jul 18 23:20:10 2005
@@ -31,8 +31,6 @@
     #upload( $element $elementData )
   #elseif ( $element.type == "pulldown" )
     #pulldown( $element $elementData )
-  #elseif ( $element.type == "checkbox" )
-    #checkbox( $element $elementData )
   #end
   <p>
     $i18n.getString( $element.messageKey ) <font color="red"><b>$!errorMsg</b></font>