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 2014/04/06 21:14:05 UTC

[03/31] git commit: WW-4253 Removes duplicated class and style attribute

WW-4253 Removes duplicated class and style attribute


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

Branch: refs/heads/feature/use-js-to-support-multiple-buttons
Commit: b775b74afdf2093d746c6c108d3f580e6d08599a
Parents: e99e4b2
Author: Lukasz Lenart <lu...@apache.org>
Authored: Fri Mar 21 21:58:21 2014 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Fri Mar 21 21:58:21 2014 +0100

----------------------------------------------------------------------
 core/src/main/resources/template/simple/radiomap.ftl | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/b775b74a/core/src/main/resources/template/simple/radiomap.ftl
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/simple/radiomap.ftl b/core/src/main/resources/template/simple/radiomap.ftl
index ab6d42c..34cf1b1 100644
--- a/core/src/main/resources/template/simple/radiomap.ftl
+++ b/core/src/main/resources/template/simple/radiomap.ftl
@@ -72,17 +72,9 @@
 </#if>
 <#if itemCssClass?if_exists != "">
  class="${itemCssClass?html}"<#rt/>
-<#else>
-    <#if parameters.cssClass??>
- class="${parameters.cssClass?html}"<#rt/>
-    </#if>
 </#if>
 <#if itemCssStyle?if_exists != "">
  style="${itemCssStyle?html}"<#rt/>
-<#else>
-    <#if parameters.cssStyle??>
- style="${parameters.cssStyle?html}"<#rt/>
-    </#if>
 </#if>
 <#if itemTitle?if_exists != "">
  title="${itemTitle?html}"<#rt/>