Skip to content
Snippets Groups Projects
Commit 8eec9b67 authored by rswindell's avatar rswindell
Browse files

Add table row indicating message area being posted to.

Don't default "To" value to "All" if sending e-mail.
parent 8c86159f
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,12 @@
<table class="postmsg" border="0" cellspacing="2" cellpadding="0">
<input type="hidden" name="msg_sub" value="%%sub:code%%" />
<tbody>
<tr>
<td class="postmsg" colspan="2">Posting in <b>@@group:name@@ : @@sub:description@@</b>
<tr>
<td class="postmsg">Subject: <input class="postmsg" type="text" name="subject" value="" /></td>
<td class="postmsg">To: <input class="postmsg" type="text" name="to" value="All" /></td>
<td class="postmsg">To: <input class="postmsg" type="text" name="to"
@@JS:template.sub.code=='mail' ? "" : "value='All'"@@ /></td>
</tr>
<tr>
<td class="postmsg" colspan="2">@@anonnote@@</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment