Re: minor changes at css_xhtml theme's controlheader-core.ftl
"Alexandru Popescu" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <[email protected]> |
I was adding the br on purpose because top/left would have no effect with css_xhtml theme. I cannot retrieve now the thread where I suggested and discussed this but I am sure it is somewhere in the archieves :-). hth, ./alex -- .w( the_mindstorm )p. On 5/28/06, tm_jee <[email protected]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]