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 2007/01/31 06:14:18 UTC

svn commit: r501734 - /struts/struts2/trunk/core/src/main/resources/template/css_xhtml/datetimepicker.ftl

Author: mrdon
Date: Tue Jan 30 21:14:16 2007
New Revision: 501734

URL: http://svn.apache.org/viewvc?view=rev&rev=501734
Log:
Added control header and footer to datetimepicker in css_xhtml theme
WW-1689

Modified:
    struts/struts2/trunk/core/src/main/resources/template/css_xhtml/datetimepicker.ftl

Modified: struts/struts2/trunk/core/src/main/resources/template/css_xhtml/datetimepicker.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/css_xhtml/datetimepicker.ftl?view=diff&rev=501734&r1=501733&r2=501734
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/css_xhtml/datetimepicker.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/css_xhtml/datetimepicker.ftl Tue Jan 30 21:14:16 2007
@@ -1 +1,4 @@
-<#include "/${parameters.templateDir}/simple/datetimepicker.ftl" />
\ No newline at end of file
+<#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl" />
+<#include "/${parameters.templateDir}/simple/datetimepicker.ftl" />
+<#include "/${parameters.templateDir}/css_xhtml/controlfooter.ftl" />
+<#nt/>
\ No newline at end of file