Fixed posts/thread move

main
Inga 🏳‍🌈 14 years ago
parent 43fd0f34b9
commit 1c49dd0cfd
  1. 1
      templates/Full/PostPunish.xslt
  2. 1
      templates/Lite/PostPunish.xslt

@ -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>

@ -118,6 +118,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>

Loading…
Cancel
Save