|
|
@ -122,6 +122,7 @@ |
|
|
|
<xsl:template match="board" mode="select"> |
|
|
|
<xsl:template match="board" mode="select"> |
|
|
|
<xsl:param name="prefix"/> |
|
|
|
<xsl:param name="prefix"/> |
|
|
|
<option> |
|
|
|
<option> |
|
|
|
|
|
|
|
<xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> |
|
|
|
<xsl:if test="not(/root/isTrueModerator = 'true') and not(isTransferTarget = 'true')"> |
|
|
|
<xsl:if test="not(/root/isTrueModerator = 'true') and not(isTransferTarget = 'true')"> |
|
|
|
<xsl:attribute name="disabled">disabled</xsl:attribute> |
|
|
|
<xsl:attribute name="disabled">disabled</xsl:attribute> |
|
|
|
</xsl:if> |
|
|
|
</xsl:if> |
|
|
|