You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/12/08 09:21:56 UTC

svn commit: r483876 - /struts/struts2/trunk/core/src/main/resources/template/xhtml/datepicker.ftl

Author: mrdon
Date: Fri Dec  8 00:21:50 2006
New Revision: 483876

URL: http://svn.apache.org/viewvc?view=rev&rev=483876
Log:
Fixed datepicker missing control headers and footers in xhtml theme
WW-1538

Modified:
    struts/struts2/trunk/core/src/main/resources/template/xhtml/datepicker.ftl

Modified: struts/struts2/trunk/core/src/main/resources/template/xhtml/datepicker.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/xhtml/datepicker.ftl?view=diff&rev=483876&r1=483875&r2=483876
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/xhtml/datepicker.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/xhtml/datepicker.ftl Fri Dec  8 00:21:50 2006
@@ -1,2 +1,4 @@
+<#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl" />
 <#include "/${parameters.templateDir}/simple/datepicker.ftl" />
+<#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" />