1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13271] Disable CC sender feature for anonymous users

PHPBB3-13271
This commit is contained in:
Nils Adermann
2014-11-01 18:10:25 +01:00
parent 197fed16bd
commit 27be69e3b3
3 changed files with 5 additions and 1 deletions

View File

@@ -77,10 +77,12 @@
<span>{L_EMAIL_BODY_EXPLAIN}</span></dt>
<dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
</dl>
<!-- IF S_REGISTERED_USER -->
<dl>
<dt>&nbsp;</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>
</dl>
<!-- ENDIF -->
</fieldset>
</div>