Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A062F113AF for ; Sun, 6 Apr 2014 19:14:43 +0000 (UTC) Received: (qmail 81220 invoked by uid 500); 6 Apr 2014 19:14:09 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 80964 invoked by uid 500); 6 Apr 2014 19:14:06 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 80887 invoked by uid 99); 6 Apr 2014 19:14:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2014 19:14:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2846994BBA5; Sun, 6 Apr 2014 19:14:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Sun, 06 Apr 2014 19:14:05 -0000 Message-Id: <955c7db799cb4621a5b7afaf6fdb02db@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Fri Mar 21 21:58:21 2014 +0100 Committer: Lukasz Lenart 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 itemCssClass?if_exists != ""> class="${itemCssClass?html}"<#rt/> -<#else> - <#if parameters.cssClass??> - class="${parameters.cssClass?html}"<#rt/> - <#if itemCssStyle?if_exists != ""> style="${itemCssStyle?html}"<#rt/> -<#else> - <#if parameters.cssStyle??> - style="${parameters.cssStyle?html}"<#rt/> - <#if itemTitle?if_exists != ""> title="${itemTitle?html}"<#rt/>