From continuum-commits-return-3485-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Tue Oct 02 08:27:04 2007 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 63363 invoked from network); 2 Oct 2007 08:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 08:27:03 -0000 Received: (qmail 87779 invoked by uid 500); 2 Oct 2007 08:26:53 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 87740 invoked by uid 500); 2 Oct 2007 08:26:53 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 87727 invoked by uid 99); 2 Oct 2007 08:26:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 01:26:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 08:27:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F11111A9832; Tue, 2 Oct 2007 01:26:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581154 - in /maven/continuum/trunk/continuum-webapp/src/main/webapp: WEB-INF/jsp/groupSummary.jsp css/extremecomponents.css Date: Tue, 02 Oct 2007 08:26:12 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071002082612.F11111A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Tue Oct 2 01:26:10 2007 New Revision: 581154 URL: http://svn.apache.org/viewvc?rev=581154&view=rev Log: Fix titles and images paths Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp maven/continuum/trunk/continuum-webapp/src/main/webapp/css/extremecomponents.css Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp?rev=581154&r1=581153&r2=581154&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp Tue Oct 2 01:26:10 2007 @@ -58,9 +58,9 @@ - - - + + + Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/css/extremecomponents.css URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/css/extremecomponents.css?rev=581154&r1=581153&r2=581154&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/css/extremecomponents.css (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/css/extremecomponents.css Tue Oct 2 01:26:10 2007 @@ -98,21 +98,21 @@ } .eXtremeTable .calcHeaderSucces { - background-image: url(/images/icon_success_sml.gif); + background-image: url(../images/icon_success_sml.gif); background-repeat: no-repeat; background-position: center; background-color: #bbb; } .eXtremeTable .calcHeaderFailure { - background-image: url(/images/icon_warning_sml.gif); + background-image: url(../images/icon_warning_sml.gif); background-repeat: no-repeat; background-position: center; background-color: #bbb; } .eXtremeTable .calcHeaderError { - background-image: url(/images/icon_error_sml.gif); + background-image: url(../images/icon_error_sml.gif); background-repeat: no-repeat; background-position: center; background-color: #bbb;