mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[ticket/13284] Fix request name so users can cc themselves
PHPBB3-13284
This commit is contained in:
parent
0e772afb9d
commit
b32dc8c667
@ -48,7 +48,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'BEFORE' => 'Before',
|
||||
|
||||
'CC_EMAIL' => 'Send a copy of this email to yourself.',
|
||||
'CC_SENDER' => 'Send a copy of this email to yourself.',
|
||||
'CONTACT_ADMIN' => 'Contact a Board Administrator',
|
||||
|
||||
'DEST_LANG' => 'Language',
|
||||
|
@ -80,7 +80,7 @@
|
||||
<!-- IF S_REGISTERED_USER -->
|
||||
<dl>
|
||||
<dt> </dt>
|
||||
<dd><label for="cc_email"><input type="checkbox" name="cc_email" id="cc_email" value="1" checked="checked" tabindex="5" /> {L_CC_EMAIL}</label></dd>
|
||||
<dd><label for="cc_sender"><input type="checkbox" name="cc_sender" id="cc_sender" value="1" checked="checked" tabindex="5" /> {L_CC_SENDER}</label></dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
</fieldset>
|
||||
|
@ -72,8 +72,8 @@
|
||||
<td class="row2">
|
||||
<table cellspacing="0" cellpadding="1" border="0">
|
||||
<tr>
|
||||
<td><input type="checkbox" class="radio" name="cc_email" value="1" checked="checked" /></td>
|
||||
<td class="gen">{L_CC_EMAIL}</td>
|
||||
<td><input type="checkbox" class="radio" name="cc_sender" value="1" checked="checked" /></td>
|
||||
<td class="gen">{L_CC_SENDER}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user