Author: lukaszlenart Date: Fri Aug 31 19:40:40 2012 New Revision: 1379561 URL: http://svn.apache.org/viewvc?rev=1379561&view=rev Log: WW-3231 adds cssStyle and cssClass attributes to generated <label/> tag
Modified: struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl?rev=1379561&r1=1379560&r2=1379561&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl Fri Aug 31 19:40:40 2012 @@ -96,7 +96,7 @@ <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> <#include "/${parameters.templateDir}/simple/dynamic-attributes.ftl" /> /><#rt/> -<label for="${parameters.id?html}${itemKeyStr?html}"><#rt/> +<label for="${parameters.id?html}${itemKeyStr?html}"<#include "/${parameters.templateDir}/simple/css.ftl"/>><#rt/> ${itemValue}<#t/> </label> </@s.iterator> \ No newline at end of file