Author: tmjee Date: Sun Jul 9 02:31:54 2006 New Revision: 420271 URL: http://svn.apache.org/viewvc?rev=420271&view=rev Log: WW-1304 - removed uncessary commet - corrected some typo (xhtml should instead be css_xhtml)
Modified: struts/struts2/trunk/core/src/main/resources/template/ajax/controlheader.ftl struts/struts2/trunk/core/src/main/resources/template/css_xhtml/form-close.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/ajax/controlheader.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/ajax/controlheader.ftl?rev=420271&r1=420270&r2=420271&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/template/ajax/controlheader.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/ajax/controlheader.ftl Sun Jul 9 02:31:54 2006 @@ -1,5 +1,4 @@ <#--include "/${parameters.templateDir}/xhtml/controlheader-core.ftl" /--> -<#--include "/${parameters.templateDir}/${themeProperties.parent}/controlheader-core.ftl" /--> <#if parameters.form?exists && parameters.form.validate?default(false) == true> <#-- can't mutate the data model in freemarker --> <#if parameters.onblur?exists> @@ -8,6 +7,5 @@ ${tag.addParameter('onblur', "validate(this);")} </#if> </#if> - <td> <#include "/${parameters.templateDir}/${themeProperties.parent}/controlheader.ftl" /> Modified: struts/struts2/trunk/core/src/main/resources/template/css_xhtml/form-close.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/css_xhtml/form-close.ftl?rev=420271&r1=420270&r2=420271&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/template/css_xhtml/form-close.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/css_xhtml/form-close.ftl Sun Jul 9 02:31:54 2006 @@ -1,3 +1,3 @@ -<#include "/${parameters.templateDir}/xhtml/control-close.ftl" /> +<#include "/${parameters.templateDir}/css_xhtml/control-close.ftl" /> <#include "/${parameters.templateDir}/simple/form-close.ftl" /> <#include "/${parameters.templateDir}/xhtml/form-close-validate.ftl" />