Punishments display on UserInfo page improved

main
Inga 🏳‍🌈 14 years ago
parent 981b4d3de2
commit 2d4501dfa8
  1. 7
      templates/Full/UserInfo.xslt

@ -112,6 +112,8 @@
<xsl:text>Penalties</xsl:text> <xsl:text>Penalties</xsl:text>
</td> </td>
<td colspan="2"> <td colspan="2">
<xsl:choose>
<xsl:when test="punishments">
<table border="1" width="90%"> <table border="1" width="90%">
<tr class="tdheader"> <tr class="tdheader">
<td width="4%">Âåñ</td> <td width="4%">Âåñ</td>
@ -122,6 +124,11 @@
</tr> </tr>
<xsl:apply-templates select="punishments/punishment"/> <xsl:apply-templates select="punishments/punishment"/>
</table> </table>
</xsl:when>
<xsl:otherwise>
<xsl:text>Íåò</xsl:text>
</xsl:otherwise>
</xsl:choose>
</td> </td>
</tr> </tr>
<tr> <tr>

Loading…
Cancel
Save