Blame Extras/phpBB/3.0.4/adm/style/acp_email.html

4c79b5
4c79b5
4c79b5
4c79b5
4c79b5

{L_ACP_MASS_EMAIL}

4c79b5
4c79b5

{L_ACP_MASS_EMAIL_EXPLAIN}

4c79b5
4c79b5
4c79b5
	
4c79b5
		

{L_WARNING}

4c79b5
		

{WARNING_MSG}

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

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

4c79b5
{S_FORM_TOKEN}
4c79b5
</fieldset>
4c79b5
</form>
4c79b5
4c79b5