minor changes at css_xhtml theme's controlheader-core.ftl
tm_jee <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <27250352.1148815345017.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi,
I think we could remove <br/> from controlheader-core.ftl in css_xhtml theme
[code]
...
<#if parameters.labelposition?default("top") == 'top'>
</div> <br/><#rt/>
<#else>
</span> <#rt/>
</#if>
...
[/code]
to make it
[code]
...
<#if parameters.labelposition?default("top") == 'top'>
</div><#rt/>
<#else>
</span> <#rt/>
</#if>
...
[/code]
instead. Or is there a specific reason for <br/> to be there? Thoughts?
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=32573&messageID=63094#63094
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]