diff options
author | Oyabun1 <bilby7@gmail.com> | 2015-07-30 18:08:50 +1000 |
---|---|---|
committer | Oyabun1 <bilby7@gmail.com> | 2015-07-31 22:30:30 +1000 |
commit | 84f8d6d64ea3757e9c53b52c3c0e24bb40d82c1b (patch) | |
tree | 5bc009b0dbf386b9e473f37ca3c9668c5f083281 /phpBB/styles | |
parent | f34f28f2834102714b13aeb05ca54cbb3c7d779c (diff) | |
download | forums-84f8d6d64ea3757e9c53b52c3c0e24bb40d82c1b.tar forums-84f8d6d64ea3757e9c53b52c3c0e24bb40d82c1b.tar.gz forums-84f8d6d64ea3757e9c53b52c3c0e24bb40d82c1b.tar.bz2 forums-84f8d6d64ea3757e9c53b52c3c0e24bb40d82c1b.tar.xz forums-84f8d6d64ea3757e9c53b52c3c0e24bb40d82c1b.zip |
[ticket/14058] Contact us form missing email subject field in subsilver2
PHPBB3-14058
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_email.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_email.html b/phpBB/styles/subsilver2/template/memberlist_email.html index 1416aa0c10..78ab3e4b8d 100644 --- a/phpBB/styles/subsilver2/template/memberlist_email.html +++ b/phpBB/styles/subsilver2/template/memberlist_email.html @@ -48,7 +48,11 @@ <td class="row2"><input class="post" type="text" name="name" size="50" value="{NAME}" /></td> </tr> <!-- ENDIF --> - <!-- ELSE --> + <tr> + <td class="row1" width="35%"><b class="genmed">{L_SUBJECT}</b></td> + <td class="row2"><input class="post" type="text" name="subject" size="50" tabindex="2" value="{SUBJECT}" /></td> + </tr> + <!-- ELSE --> <tr> <td class="row1" width="35%"><b class="genmed">{L_EMAIL_ADDRESS}</b></td> <td class="row2"><input class="post" type="email" name="email" size="50" maxlength="100" value="{EMAIL}" /></td> |