Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 49627 invoked from network); 2 Sep 2007 03:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2007 03:19:01 -0000 Received: (qmail 3273 invoked by uid 500); 2 Sep 2007 03:18:56 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 3227 invoked by uid 500); 2 Sep 2007 03:18:56 -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 3214 invoked by uid 99); 2 Sep 2007 03:18:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2007 20:18:56 -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; Sun, 02 Sep 2007 03:19:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 48FD71A9832; Sat, 1 Sep 2007 20:18:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r571923 - in /maven/continuum/trunk/continuum-webapp/src/main/webapp: WEB-INF/jsp/navigations/Menu.jsp css/tigris.css Date: Sun, 02 Sep 2007 03:18:39 -0000 To: continuum-commits@maven.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070902031840.48FD71A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wsmoak Date: Sat Sep 1 20:18:39 2007 New Revision: 571923 URL: http://svn.apache.org/viewvc?rev=571923&view=rev Log: [CONTINUUM-1422] Add the 'Cancel Build' icon to the legend. Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp?rev=571923&r1=571922&r2=571923&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/Menu.jsp Sat Sep 1 20:18:39 2007 @@ -145,12 +145,13 @@
Working Copy
Checking Out Build
Queued Build
-
Delete
-
Edit
-
Release
-
Build in Success
-
Build in Failure
-
Build in Error
+
Cancel Build
+
Delete
+
Edit
+
Release
+
Build in Success
+
Build in Failure
+
Build in Error
Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css?rev=571923&r1=571922&r2=571923&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css Sat Sep 1 20:18:39 2007 @@ -701,29 +701,32 @@ background: url(../images/inqueue.gif) 134px 5px no-repeat; padding-bottom: 8px; } - #litem7 { - background: url(../images/delete.gif) 134px 5px no-repeat; + background: url(../images/cancelbuild.gif) 134px 5px no-repeat; } #litem8 { - background: url(../images/edit.gif) 134px 5px no-repeat; + background: url(../images/delete.gif) 134px 5px no-repeat; } #litem9 { + background: url(../images/edit.gif) 134px 5px no-repeat; +} + +#litem10 { background: url(../images/releaseproject.gif) 134px 5px no-repeat; padding-bottom: 8px; } -#litem10 { +#litem11 { background: url(../images/icon_success_sml.gif) 134px 5px no-repeat; } -#litem11 { +#litem12 { background: url(../images/icon_warning_sml.gif) 134px 5px no-repeat; } -#litem12 { +#litem13 { background: url(../images/icon_error_sml.gif) 134px 5px no-repeat; }