Security Management wrote:
Using forms in the xhtml theme creates a 2 column table for *most* items. The hidden item is not one of them, and gives html warnings for <hidden> being inside of <table> instead of inside of a <td>.It's an easy fix by putting the following hidden.ftl in the xhtml theme directory. Is there any reason not to do this? == Start hidden.ftl== <tr style="display: none"><td colspan="2"> <#include "/${parameters.templateDir}/simple/hidden.ftl" /> <#include "/${parameters.templateDir}/simple/dynamic-attributes.ftl" /> /></td></tr> == End hidden.ftl ==
Hey, that's funny; I just noticed that yesterday. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

