... | in message.naml |
1 2 3 4 5 6 7 8 9 10
|
<macro name="message_with_signature" requires="node">
<n.node_message_as_html />
<n.if.both condition1="[n.owner.has_signature/]" condition2="[n.owner.is_active/]">
<then>
<div class="signature weak-color">
<n.owner.signature_as_html/>
</div>
</then>
</n.if.both>
</macro>
|
Free forum by Nabble | Edit this page |