- refactor some of the bits in ajax theme (submit-ajax.ftl) that uses
   <td>..<td>  etc to xhtml's controlheader.ftl where it should really
be as xhtml uses <td>...<td> to arrange its components



git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@414969 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-06-17 00:24:41 +00:00
parent 6bdc2030ef
commit a0614954f4
2 changed files with 5 additions and 5 deletions
@@ -3,10 +3,6 @@
<td colspan="2"><div <#rt/>
-->
<#include "/${parameters.templateDir}/${themeProperties.parent}/controlheader.ftl" />
<#if parameters.align?exists>
align="${parameters.align?html}"<#t/>
</#if>
><#t/>
<button type="submit" dojoType="BindButton"<#rt/>
<#if parameters.form?exists && parameters.form.id?exists>
formId="${parameters.form.id}"<#rt/>
@@ -1,2 +1,6 @@
<#include "/${parameters.templateDir}/xhtml/controlheader-core.ftl" />
<td>
<td
<#if parameters.align?exists>
align="${parameters.align?html}"<#t/>
</#if>
><#t/>