Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 4229 invoked from network); 5 Jan 2006 16:49:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 16:49:57 -0000 Received: (qmail 57049 invoked by uid 500); 5 Jan 2006 16:49:57 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 57032 invoked by uid 500); 5 Jan 2006 16:49: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 57011 invoked by uid 99); 5 Jan 2006 16:49:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2006 08:49:56 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Jan 2006 08:49:54 -0800 Received: (qmail 3991 invoked by uid 65534); 5 Jan 2006 16:49:34 -0000 Message-ID: <20060105164934.3990.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r366218 - in /maven/continuum/trunk/continuum-webapp/src/main: resources/template/default/controlheader.vm webapp/css/tigris.css webapp/login.jsp Date: Thu, 05 Jan 2006 16:49:33 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Thu Jan 5 08:49:29 2006 New Revision: 366218 URL: http://svn.apache.org/viewcvs?rev=366218&view=rev Log: Fix error rendering Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/template/default/controlheader.vm maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css maven/continuum/trunk/continuum-webapp/src/main/webapp/login.jsp Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/template/default/controlheader.vm URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-webapp/src/main/resources/template/default/controlheader.vm?rev=366218&r1=366217&r2=366218&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/resources/template/default/controlheader.vm (original) +++ maven/continuum/trunk/continuum-webapp/src/main/resources/template/default/controlheader.vm Thu Jan 5 08:49:29 2006 @@ -3,8 +3,8 @@ #if( $fieldErrors.get($parameters.name) ) #set ($hasFieldErrors = $fieldErrors.get($parameters.name)) #foreach ($error in $fieldErrors.get($parameters.name)) - - #if ($parameters.labelposition == 'top')#else#end$!webwork.htmlEncode($error) + +  $!webwork.htmlEncode($error) #end #end Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css?rev=366218&r1=366217&r2=366218&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 Thu Jan 5 08:49:29 2006 @@ -2,7 +2,7 @@ This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */ -.errorMessage {font-weight:bold; text-align: center; color:red; } +.fieldError {font-weight:bold; color:red; } .required {color:red;} /* colors, backgrounds, borders, link indication */ Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/login.jsp URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-webapp/src/main/webapp/login.jsp?rev=366218&r1=366217&r2=366218&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/login.jsp (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/login.jsp Thu Jan 5 08:49:29 2006 @@ -8,11 +8,13 @@

+
+