Cosmetic fixes in PostInfo ('nish' link moved)

main
Inga 🏳‍🌈 14 years ago
parent d9f9d5fcb0
commit 8e41de4dd3
  1. 24
      templates/Full/elems/PostInfo.xslt

@ -54,14 +54,6 @@
<td align="right">
<table class="tablesurround" border="0">
<tr>
<xsl:if test="isPunishmentEnabled='true'">
<td class="navigation">
<a>
<xsl:attribute name="href">/Post/<xsl:value-of select="id"/>/Punish/</xsl:attribute>
<img src="/static/images/punish.gif" border="0" alt="Ìîäåðèðîâàòü ñîîáùåíèå" title="Ìîäåðèðîâàòü ñîîáùåíèå" style="vertical-align: text-bottom" />
</a>
</td>
</xsl:if>
<td class="navigation">
<a>
<xsl:if test="$isReplyDisabled='false'">
@ -93,9 +85,19 @@
</a>
</td>
<td class="navigation">
<a>
<img src="/static/images/notifymod.gif" border="0" alt="Èçâåñòèòü ìîäåðàòîðà" title="Èçâåñòèòü ìîäåðàòîðà" />
</a>
<xsl:choose>
<xsl:when test="isPunishmentEnabled='true'">
<a>
<xsl:attribute name="href">/Post/<xsl:value-of select="id"/>/Punish/</xsl:attribute>
<img src="/static/images/punish.gif" border="0" alt="Ìîäåðèðîâàòü ñîîáùåíèå" title="Ìîäåðèðîâàòü ñîîáùåíèå" style="vertical-align: text-bottom" />
</a>
</xsl:when>
<xsl:otherwise>
<a>
<img src="/static/images/notifymod.gif" border="0" alt="Èçâåñòèòü ìîäåðàòîðà" title="Èçâåñòèòü ìîäåðàòîðà" />
</a>
</xsl:otherwise>
</xsl:choose>
</td>
<td class="navigation">
<a>

Loading…
Cancel
Save