library-web r449 - in trunk: . data/skin data/skin/icons data/xslt
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: library-web r449 - in trunk: . data/skin data/skin/icons data/xslt
- Date: Thu, 8 May 2008 23:37:45 +0100 (BST)
Author: fpeters
Date: Thu May 8 22:37:45 2008
New Revision: 449
URL: http://svn.gnome.org/viewvc/library-web?rev=449&view=rev
Log:
* data/xslt/indexes.xsl: fixed ApplicationGames id substitution.
* data/skin/lgo.css: added icon for category "Other".
Added:
trunk/data/skin/icons/gnome-other.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/data/skin/lgo.css
trunk/data/xslt/indexes.xsl
Added: trunk/data/skin/icons/gnome-other.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/skin/lgo.css
==============================================================================
--- trunk/data/skin/lgo.css (original)
+++ trunk/data/skin/lgo.css Thu May 8 22:37:45 2008
@@ -429,6 +429,7 @@
h2.cat-gnome-devel { padding-left: 40px; background-image: url(icons/gnome-devel.png); }
h2.cat-gnome-multimedia { padding-left: 40px; background-image: url(icons/gnome-multimedia.png); }
h2.cat-gnome-system { padding-left: 40px; background-image: url(icons/gnome-system.png); }
+h2.cat-gnome-other { padding-left: 40px; background-image: url(icons/gnome-other.png); }
h2.cat-gdp-documentation { padding-left: 40px; background-image: url(icons/gdp-32.png); }
Modified: trunk/data/xslt/indexes.xsl
==============================================================================
--- trunk/data/xslt/indexes.xsl (original)
+++ trunk/data/xslt/indexes.xsl Thu May 8 22:37:45 2008
@@ -61,7 +61,7 @@
<xsl:when test="$tocid = 'ApplicationsAccessibility'">Accessibility</xsl:when>
<xsl:when test="$tocid = 'ApplicationsAccessories'">Utility</xsl:when>
<xsl:when test="$tocid = 'ApplicationsEducation'">Education</xsl:when>
- <xsl:when test="$tocid = 'ApplicationsGames'">Games</xsl:when>
+ <xsl:when test="$tocid = 'ApplicationsGames'">Game</xsl:when>
<xsl:when test="$tocid = 'ApplicationsGraphics'">Graphics</xsl:when>
<xsl:when test="$tocid = 'ApplicationsInternet'">Network</xsl:when>
<xsl:when test="$tocid = 'ApplicationsOffice'">Office</xsl:when>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]