You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by bp...@apache.org on 2013/12/12 20:11:05 UTC

svn commit: r1550492 - in /struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme: checkboxlist.ftl theme.properties

Author: bphillips
Date: Thu Dec 12 19:11:04 2013
New Revision: 1550492

URL: http://svn.apache.org/r1550492
Log:
added theme properties

Added:
    struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties
Modified:
    struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl

Modified: struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl?rev=1550492&r1=1550491&r2=1550492&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl (original)
+++ struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl Thu Dec 12 19:11:04 2013
@@ -1,4 +1,3 @@
 <#include "/${parameters.templateDir}/xhtml/controlheader.ftl" />
-
 <#include "/${parameters.templateDir}/KUTheme_simple/checkboxlist.ftl" />
-    <#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" /><#nt/>
\ No newline at end of file
+<#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" /><#nt/>
\ No newline at end of file

Added: struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties?rev=1550492&view=auto
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties (added)
+++ struts/sandbox/trunk/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties Thu Dec 12 19:11:04 2013
@@ -0,0 +1 @@
+parent = xhtml
\ No newline at end of file