diff --git a/web/templates/default/msgs/post.inc b/web/templates/default/msgs/post.inc index edc6e8c4657b38dea7222c65e4e0fb04a8dd7114..36d8faa735c494b442b7f6e597335cf1b125e33a 100644 --- a/web/templates/default/msgs/post.inc +++ b/web/templates/default/msgs/post.inc @@ -1,3 +1,4 @@ +<br /> <form action="savemsg.ssjs" method="post"> <table class="postmsg" border="0" cellspacing="2" cellpadding="0"> <input type="hidden" name="msg_sub" value="%%sub:code%%" /> @@ -19,7 +20,7 @@ <td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80" wrap="hard"></textarea></td> </tr> <tr> - <td align="center" class="postmsg" colspan="2"><input type="submit" value="Post Message" /></td> + <td align="center" class="postmsg" colspan="2"><input type="submit" value=@@JS:template.sub.code=='mail'? '"Send E-Mail"' : '"Post Message"' @@/></td> </tr> </tbody> </table>