Frigeri
Member
Hello,
How can I move the report link to the side of the message?
Can I just copy and paste this code?
Example below
How can I move the report link to the side of the message?
Can I just copy and paste this code?
Code:
<xen:if is="{$post.canReport}">
<a href="{xen:link posts/report, $post}" class="OverlayTrigger item control report" data-cacheOverlay="false"><span></span>{xen:phrase report}</a>
</xen:if>
Example below