More consistency for the Mail Users dialog (cf. bug #0000992)
1 <form action="{php_self}" method="post">
2 <table cellspacing="0" cellpadding="3" width="100%">
4 <td class="alignright"><b>{lang_to}:</b></td>
6 <select name="to_group">
7 <option value="">{lang_selectgroup}</option>
13 <td class="alignright"><b>{lang_from}:</b></td>
14 <td><input type="text" name="fra" value="{site_name}" size="40"{xhtml}></td>
17 <td class="alignright"><b>{lang_replyto}:</b></td>
18 <td><input type="text" name="fraepost" value="{site_mail}" size="40"{xhtml}></td>
21 <td class="alignright"><b>{lang_subject}:</b></td>
22 <td><input type="text" name="subject" size="40"{xhtml}></td>
25 <td class="alignright" style="vertical-align:top;"><b>{lang_body}:</b></td>
26 <td><textarea name="message" rows="10" style="width:100%"></textarea></td>
29 <td class="alignright"><b>{lang_options}:</b></td>
30 <td><input type="checkbox" name="html"{xhtml}> {lang_HTML}</td>
34 <td><input type="checkbox" name="priority"{xhtml}> {lang_urgent}</td>
38 <td><input type="checkbox" name="overstyr"{xhtml}> {lang_ignoreusersettings}</td>
41 <td colspan="2" class="aligncenter" style="padding-top:10px;">
42 <div style="padding:5px;">
43 <input type="submit" value="{lang_send}"{xhtml}>
44 <input type="hidden" name="mail" value="mail"{xhtml}>
45 <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>