You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/06/12 13:49:24 UTC

[12/20] struts git commit: WW-4634

WW-4634


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/9e11b2c2
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/9e11b2c2
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/9e11b2c2

Branch: refs/heads/master
Commit: 9e11b2c2b1962d3bcaa1c2744ecda56f42e21b77
Parents: d06c71d
Author: victorsosa <vi...@peopleware.do>
Authored: Tue May 17 09:17:35 2016 -0400
Committer: victorsosa <vi...@peopleware.do>
Committed: Tue May 17 09:17:35 2016 -0400

----------------------------------------------------------------------
 core/src/main/resources/template/xhtml/controlheader.ftl | 2 +-
 core/src/main/resources/template/xhtml/styles.css        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/9e11b2c2/core/src/main/resources/template/xhtml/controlheader.ftl
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/xhtml/controlheader.ftl b/core/src/main/resources/template/xhtml/controlheader.ftl
index 8b855b8..ed8f63a 100644
--- a/core/src/main/resources/template/xhtml/controlheader.ftl
+++ b/core/src/main/resources/template/xhtml/controlheader.ftl
@@ -23,6 +23,6 @@
 <#include "/${parameters.templateDir}/${parameters.expandTheme}/controlheader-core.ftl" />
     <td 
         <#if parameters.align??>
-            class="tdAlign-${parameters.align?html}"
+            class="align-${parameters.align?html}"
         </#if>
 ><#t/>

http://git-wip-us.apache.org/repos/asf/struts/blob/9e11b2c2/core/src/main/resources/template/xhtml/styles.css
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/xhtml/styles.css b/core/src/main/resources/template/xhtml/styles.css
index fe20517..c292a69 100644
--- a/core/src/main/resources/template/xhtml/styles.css
+++ b/core/src/main/resources/template/xhtml/styles.css
@@ -36,7 +36,7 @@
 .tdErrorMessage {text-align:center; vertical-align:top;}
 .formButton {text-align:right;}
 
-.tdAlign-center{text-align:center;}
-.tdAlign-right{text-align:right;}
-.tdAlign-left{text-align:left;}
-.tdAlign-justify{text-align:justify;}
+.align-center{text-align:center;}
+.align-right{text-align:right;}
+.align-left{text-align:left;}
+.align-justify{text-align:justify;}