Slight fix in PostEdit

main
Inga 🏳‍🌈 14 years ago
parent 5da783824c
commit 8e197ab76a
  1. 11
      templates/Full/PostEdit.xslt

@ -37,7 +37,16 @@
<xsl:text>Òåìà: </xsl:text>
<br/>
<input type="text" tabindex="1" name="title" maxlength="70" class="formboxes" size="60">
<xsl:attribute name="value"><xsl:value-of select="revision/title"/></xsl:attribute>
<xsl:attribute name="value">
<xsl:choose>
<xsl:when test="newTitle and (newTitle != '')">
<xsl:value-of select="newTitle"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="revision/title"/>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
</input>
<span class="small">Ñëîé ñîîáùåíèÿ:</span>
<select class="formboxes" name="layerId">

Loading…
Cancel
Save