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"> <td align="right">
<table class="tablesurround" border="0"> <table class="tablesurround" border="0">
<tr> <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"> <td class="navigation">
<a> <a>
<xsl:if test="$isReplyDisabled='false'"> <xsl:if test="$isReplyDisabled='false'">
@ -93,9 +85,19 @@
</a> </a>
</td> </td>
<td class="navigation"> <td class="navigation">
<a> <xsl:choose>
<img src="/static/images/notifymod.gif" border="0" alt="Èçâåñòèòü ìîäåðàòîðà" title="Èçâåñòèòü ìîäåðàòîðà" /> <xsl:when test="isPunishmentEnabled='true'">
</a> <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>
<td class="navigation"> <td class="navigation">
<a> <a>

Loading…
Cancel
Save