change translation status box colour red -> yellow
the build was successful Details

This commit is contained in:
Max Mehl 2018-08-09 15:00:38 +02:00
parent e7afb4d5b9
commit 86b8c67462
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<!-- Outdated note -->
<xsl:if test="/buildinfo/@outdated='yes'">
<xsl:element name="div">
<xsl:attribute name="class">alert warning red</xsl:attribute>
<xsl:attribute name="class">alert warning yellow</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="class">close</xsl:attribute>
<xsl:attribute name="data-dismiss">alert</xsl:attribute>
@ -51,7 +51,7 @@
<!-- Missing translation note -->
<xsl:if test="/buildinfo/@language!=/buildinfo/document/@language">
<xsl:element name="div">
<xsl:attribute name="class">alert warning red</xsl:attribute>
<xsl:attribute name="class">alert warning yellow</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="class">close</xsl:attribute>
<xsl:attribute name="data-dismiss">alert</xsl:attribute>