added id to outdated translation notice, added css to make it more visible
svn path=/branches/design/; revision=19187
This commit is contained in:
parent
f7ec620ebe
commit
f0cff1bc4f
1
fsfe.xsl
1
fsfe.xsl
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user