diff options
Diffstat (limited to 'phpBB')
| -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> | 
