Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Add opacity to inspected agenda items
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed Aug 19, 2018
1 parent b18165e commit 045211e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xsl/pmo/agenda.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ SOFTWARE.
</xsl:template>
<xsl:template match="order">
<tr>
<xsl:attribute name="style">
<xsl:choose>
<xsl:when test="inspector">
<xsl:text>opacity:0.5;</xsl:text>
</xsl:when>
</xsl:choose>
</xsl:attribute>
<td>
<xsl:call-template name="job">
<xsl:with-param name="id" select="@job"/>
Expand Down

0 comments on commit 045211e

Please sign in to comment.