Skip to content

Commit

Permalink
renamed datetext.ftl to datetextfield.ftl to align with the intended …
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Fischer committed May 5, 2023
1 parent 6f5aee1 commit 16df737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
* under the License.
*/
-->
<#lt/><div>Tag <pre style="display: inline-block">&lt;s:datetext/&gt;</pre> works only with the JavaTemplates Plugin!</div><#rt/>
<#lt/><div>Tag <pre style="display: inline-block">&lt;s:datetextfield/&gt;</pre> works only with the JavaTemplates Plugin!</div><#rt/>
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
*/
-->
<#include "/${parameters.templateDir}/${parameters.expandTheme}/controlheader.ftl" />
<#include "/${parameters.templateDir}/simple/datetext.ftl" />
<#include "/${parameters.templateDir}/simple/datetextfield.ftl" />
<#include "/${parameters.templateDir}/${parameters.expandTheme}/controlfooter.ftl" />

0 comments on commit 16df737

Please sign in to comment.