projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae01731
)
add postal templatatage to email message
author
David Bremner
<bremner@unb.ca>
Mon, 8 Sep 2008 11:56:10 +0000
(08:56 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 8 Sep 2008 11:56:10 +0000
(08:56 -0300)
templates/email.tmpl
patch
|
blob
|
history
diff --git
a/templates/email.tmpl
b/templates/email.tmpl
index 8508fd2f49347348add630a7df7d3e9f68a32ba5..48e5161b73f3434cfab6aa7ef77be652aa469435 100644
(file)
--- a/
templates/email.tmpl
+++ b/
templates/email.tmpl
@@
-13,4
+13,11
@@
<TMPL_VAR NAME="BODY">
</div><!--.mailbody-->
+ <TMPL_IF POSTAL_DIV>
+ <div class="pagecomments">
+ <a name="pagecomments"></a>
+ <a href="mailto:<TMPL_VAR NAME="POSTAL_PREFIX"><TMPL_VAR NAME="POSTAL_KEY">@<TMPL_VAR NAME="POSTAL_HOST">">Reply</a>
+</div>
+</TMPL_IF>
+
</div><!--.mailmessage-->