Description
The hidden.ftl is being inherited from the xhtml theme. The xhtml theme has this markup
<tr style="display:none;"> <td colspan="2"> <#include "/${parameters.templateDir}/simple/hidden.ftl" /> </td> </tr>
It seems like hidden.ftl now needs to be overridden in the css_xhtml theme with this instead:
<#include "/${parameters.templateDir}/simple/hidden.ftl" />