Blame Identity/Webenv/phpBB/3.0.4/adm/style/acp_email.html

ef5584
ef5584
ef5584
ef5584
ef5584

{L_ACP_MASS_EMAIL}

ef5584
ef5584

{L_ACP_MASS_EMAIL_EXPLAIN}

ef5584
ef5584
ef5584
	
ef5584
		

{L_WARNING}

ef5584
		

{WARNING_MSG}

ef5584
	
ef5584
ef5584
ef5584
<form id="acp_email" method="post" action="{U_ACTION}">
ef5584
ef5584
<fieldset>
ef5584
	<legend>{L_COMPOSE}</legend>
ef5584
ef5584
	
<label for="group">{L_SEND_TO_GROUP}:</label>
ef5584
	
<select id="group" name="g">{S_GROUP_OPTIONS}</select>
ef5584
ef5584
ef5584
	
<label for="usernames">{L_SEND_TO_USERS}:</label>
{L_SEND_TO_USERS_EXPLAIN}
ef5584
	
<textarea name="usernames" id="usernames" rows="5" cols="40">{USERNAMES}</textarea>
ef5584
	
[ {L_FIND_USERNAME} ]
ef5584
ef5584
ef5584
	
<label for="subject">{L_SUBJECT}:</label>
ef5584
	
<input name="subject" type="text" id="subject" value="{SUBJECT}" />
ef5584
ef5584
ef5584
	
<label for="message">{L_MASS_MESSAGE}:</label>
{L_MASS_MESSAGE_EXPLAIN}
ef5584
	
<textarea id="message" name="message" rows="10" cols="60">{MESSAGE}</textarea>
ef5584
ef5584
ef5584
	
<label for="priority">{L_MAIL_PRIORITY}:</label>
ef5584
	
<select id="priority" name="mail_priority_flag">{S_PRIORITY_OPTIONS}</select>
ef5584
ef5584
ef5584
	
<label for="send">{L_SEND_IMMEDIATELY}:</label>
ef5584
	
<input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" />
ef5584
ef5584
ef5584

ef5584
	<input class="button1" type="submit" id="submit" name="submit" value="{L_EMAIL}" /> 
ef5584
	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
ef5584

ef5584
{S_FORM_TOKEN}
ef5584
</fieldset>
ef5584
</form>
ef5584
ef5584