added id to outdated translation notice, added css to make it more visible

svn path=/branches/design/; revision=19187
This commit is contained in:
samtuke 2011-01-13 14:13:40 +00:00
parent f7ec620ebe
commit f0cff1bc4f
2 changed files with 7 additions and 0 deletions

View File

@ -496,6 +496,7 @@
<!-- Missing translation note -->
<xsl:if test="/buildinfo/@language!=/buildinfo/document/@language">
<xsl:element name="p">
<xsl:attribute name="id">outdated-notice</xsl:attribute>
<xsl:apply-templates select="/buildinfo/textset/text[@id='notranslation']/node()" />
</xsl:element>
</xsl:if>

View File

@ -1383,6 +1383,12 @@ tr.highlighted {
background-color :#D0F400;
}
/* notices */
#outdated-notice {
border: 1px solid red;
padding: 0.5em;
margin: 0 0 1.5em 0;
}
/* service notice */
#service-notice {