Author: wesw Date: Tue Mar 10 19:34:38 2009 New Revision: 752226 URL: http://svn.apache.org/viewvc?rev=752226&view=rev Log: adding datepicker to jquery theme
Added: struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/datepicker.ftl - copied, changed from r752220, struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/text.ftl Copied: struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/datepicker.ftl (from r752220, struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/text.ftl) URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/datepicker.ftl?p2=struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/datepicker.ftl&p1=struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/text.ftl&r1=752220&r2=752226&rev=752226&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/text.ftl (original) +++ struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/datepicker.ftl Tue Mar 10 19:34:38 2009 @@ -21,5 +21,5 @@ */ --> <#include "/${parameters.templateDir}/xhtml/controlheader.ftl" /> -<#include "/${parameters.templateDir}/jquery-simple/text.ftl" /> +<#include "/${parameters.templateDir}/jquery-simple/datepicker.ftl" /> <#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" />