source: branches/2.2/mobile/templates/default/new_msg.tpl @ 3453

Revision 3453, 1.4 KB checked in by rafaelraymundo, 14 years ago (diff)

Ticket #1390 - Formulario nova mensagem modificado para acessibilidade

Line 
1<!-- BEGIN begin_form -->
2<p><h1>&nbsp;&nbsp;Novo email</h1></p>
3<hr />
4<form id="reply_form" method="POST" action="{form_action}">
5<!-- END begin_form -->
6
7<!-- BEGIN msg_header -->
8<p>&nbsp;&nbsp;<label for="input_to"><strong>{to_label}</strong>:</label> </p>
9<p>&nbsp;&nbsp;<input type="text" size="30" id="input_to" name="input_to" value='{to}' "{read_only}" /></p>
10{field_add_user}
11<p>&nbsp;&nbsp;<label for="input_subject"><strong>{subject_label}</strong>:</label> </p>
12<p>&nbsp;&nbsp;<input type="text" size="30" id="input_subject" name="input_subject" value='{subject}' /></p>
13<!-- END msg_header -->
14
15<!-- BEGIN text -->
16<p>&nbsp;&nbsp;<label for="body"><strong>Mensagem:</strong></label> </p>
17&nbsp;&nbsp;<textarea id="body" wrap="virtual" rows="8" name="body">{body_value}</textarea>
18<br />
19
20&nbsp;&nbsp;<input type="submit" name="action" id="reply_send" value="{send_label}" />
21<!-- END text -->
22
23<!-- BEGIN hidden_area -->
24<p>&nbsp;&nbsp;<input type="hidden" size="30" id="input_to_mail" name="input_to_mail" value='{to_mail}' /></p>
25<p>&nbsp;&nbsp;<input type="hidden" size="30" id="reply_from" name="reply_from" value='{from}' /></p>
26<p>&nbsp;&nbsp;<input type="hidden" size="30" id="reply_msg_number" name="reply_msg_number" value='{msg_number}' /></p>
27<p>&nbsp;&nbsp;<input type="hidden" size="30" id="folder" name="folder" value='{msg_folder}' /></p>
28<!-- END hidden_area -->
29
30<!-- BEGIN end_form -->
31</form>
32<!-- END end_form -->
Note: See TracBrowser for help on using the repository browser.