Implemented tooltip on 're:' for posts

main
Inga 🏳‍🌈 14 years ago
parent b4e478b235
commit 15d2e990ce
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      Builder/IISUploadHandler/build.txt
  3. 2
      templates/Full/elems/PostInfo.xslt

@ -35,9 +35,9 @@
</xsl:if>
<xsl:if test="parentPost/post">
<font class="small separate">
<xsl:attribute name="title"><xsl:value-of select="parentPost/post/bodyShort"/></xsl:attribute>
<xsl:text>[</xsl:text>
<a target="_blank">
<xsl:attribute name="title"><xsl:value-of select="parentPost/post/bodyShort"/></xsl:attribute>
<xsl:attribute name="href">/Post/<xsl:value-of select="parentPost/post/id"/>/</xsl:attribute>
<xsl:text>re: </xsl:text>
<xsl:value-of select="parentPost/post/poster/user/name"/>

Loading…
Cancel
Save