You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/07/12 03:48:43 UTC

svn commit: r215908 - in /forrest/trunk/main/webapp/skins: leather-dev/skinconf.xsl pelt/skinconf.xsl

Author: crossley
Date: Mon Jul 11 18:48:41 2005
New Revision: 215908

URL: http://svn.apache.org/viewcvs?rev=215908&view=rev
Log:
Fix typo which was causing "feedback" default colour to be set
if the "published" colour was not defined.
Suggested by: Rasik Pandey

Modified:
    forrest/trunk/main/webapp/skins/leather-dev/skinconf.xsl
    forrest/trunk/main/webapp/skins/pelt/skinconf.xsl

Modified: forrest/trunk/main/webapp/skins/leather-dev/skinconf.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/leather-dev/skinconf.xsl?rev=215908&r1=215907&r2=215908&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/leather-dev/skinconf.xsl (original)
+++ forrest/trunk/main/webapp/skins/leather-dev/skinconf.xsl Mon Jul 11 18:48:41 2005
@@ -91,7 +91,7 @@
      <xsl:if test="not(color[@name='subheading'])">
       <color name="subheading" value="#E5E4D9"/>
      </xsl:if>
-      <xsl:if test="not(color[@name='published'])">
+      <xsl:if test="not(color[@name='feedback'])">
 		<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
      </xsl:if> 
      <xsl:if test="not(color[@name='published'])">

Modified: forrest/trunk/main/webapp/skins/pelt/skinconf.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/skinconf.xsl?rev=215908&r1=215907&r2=215908&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/skinconf.xsl (original)
+++ forrest/trunk/main/webapp/skins/pelt/skinconf.xsl Mon Jul 11 18:48:41 2005
@@ -91,7 +91,7 @@
      <xsl:if test="not(color[@name='subheading'])">
       <color name="subheading" value="#E5E4D9"/>
      </xsl:if>
-      <xsl:if test="not(color[@name='published'])">
+      <xsl:if test="not(color[@name='feedback'])">
 		<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
      </xsl:if> 
      <xsl:if test="not(color[@name='published'])">