File: adm/style/acp_email.html
Unmodified
Added
Modified
Removed
Line 37 | Line 37 |
---|
<dl> <dt><label for="priority">{L_MAIL_PRIORITY}:</label></dt> <dd><select id="priority" name="mail_priority_flag">{S_PRIORITY_OPTIONS}</select></dd>
|
<dl> <dt><label for="priority">{L_MAIL_PRIORITY}:</label></dt> <dd><select id="priority" name="mail_priority_flag">{S_PRIORITY_OPTIONS}</select></dd>
|
| </dl> <dl> <dt><label for="banned">{L_MAIL_BANNED}:</label><br /><span>{L_MAIL_BANNED_EXPLAIN}</span></dt> <dd><input id="banned" name="mail_banned_flag" type="checkbox" class="radio" /></dd>
|
</dl> <dl> <dt><label for="send">{L_SEND_IMMEDIATELY}:</label></dt>
| </dl> <dl> <dt><label for="send">{L_SEND_IMMEDIATELY}:</label></dt>
|
Line 44 | Line 48 |
---|
</dl>
<p class="submit-buttons">
|
</dl>
<p class="submit-buttons">
|
<input class="button1" type="submit" id="submit" name="submit" value="{L_EMAIL}" />
| <input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_EMAIL}" />
|
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> {S_FORM_TOKEN}
| <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> {S_FORM_TOKEN}
|