aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-03 00:11:18 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-03 00:11:18 +0000
commit5fc368388f24966a942908c65baada3c95810700 (patch)
tree0b1c48a011bdc0e0118ac290f02d280e8bc3c770 /phpBB/templates
parent6432e3dd27adb62dcea85a042446e86aa7be8b33 (diff)
downloadforums-5fc368388f24966a942908c65baada3c95810700.tar
forums-5fc368388f24966a942908c65baada3c95810700.tar.gz
forums-5fc368388f24966a942908c65baada3c95810700.tar.bz2
forums-5fc368388f24966a942908c65baada3c95810700.tar.xz
forums-5fc368388f24966a942908c65baada3c95810700.zip
Fix bug #487951 but mass email needs some other additions, notes are in file ...
git-svn-id: file:///svn/phpbb/trunk@1498 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/user_email_body.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/admin/user_email_body.tpl b/phpBB/templates/subSilver/admin/user_email_body.tpl
index 14e90a7f4b..24c10856a0 100644
--- a/phpBB/templates/subSilver/admin/user_email_body.tpl
+++ b/phpBB/templates/subSilver/admin/user_email_body.tpl
@@ -13,11 +13,11 @@
</tr>
<tr>
<td class="row1" align="right"><b>{L_EMAIL_SUBJECT}</b></td>
- <td class="row2"><span class="gen"><input type="text" name="{S_EMAIL_SUBJECT}" size="45" maxlength="100" style="width:450px" tabindex="2" class="post" /></span></td>
+ <td class="row2"><span class="gen"><input type="text" name="subject" size="45" maxlength="100" tabindex="2" class="post" value="{SUBJECT}" /></span></td>
</tr>
<tr>
<td class="row1" align="right" valign="top"> <span class="gen"><b>{L_EMAIL_MSG}</b></span>
- <td class="row2"><span class="gen"> <textarea name="{S_EMAIL_MSG}" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post"></textarea></span>
+ <td class="row2"><span class="gen"> <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post">{MESSAGE}</textarea></span>
</tr>
<tr>
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td>