mirror of
https://github.com/apache/struts.git
synced 2026-08-16 03:56:57 +00:00
WW-1304
- 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:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user