Author: lukaszlenart Date: Mon Apr 12 12:52:41 2010 New Revision: 933218 URL: http://svn.apache.org/viewvc?rev=933218&view=rev Log: Resolved WW-3300 - added missed css elements
Modified: struts/struts2/trunk/core/src/main/resources/template/simple/combobox.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/simple/combobox.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/combobox.ftl?rev=933218&r1=933217&r2=933218&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/template/simple/combobox.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/simple/combobox.ftl Mon Apr 12 12:52:41 2010 @@ -39,6 +39,7 @@ <br /> <#if parameters.list??> <select onChange="autoPopulate_${parameters.escapedId?html}(this);"<#rt/> +<#include "/${parameters.templateDir}/simple/css.ftl" /> <#if parameters.disabled?default(false)> disabled="disabled"<#rt/> </#if> @@ -69,4 +70,4 @@ </option><#lt/> </@s.iterator> </select> -</#if> \ No newline at end of file +</#if>