source: trunk/mobile/templates/default/mails_list.tpl @ 4155

Revision 4155, 1.3 KB checked in by niltonneto, 13 years ago (diff)

Ticket #1797 - Corrigido css quando a mensagem é importante no email do mobile.

Line 
1<!-- BEGIN rows_mails -->
2{rows}
3<!-- END rows_mails -->
4<!-- BEGIN row_mails -->
5
6                         <div class="{bg}">
7                    <div class="email-cabecalho margin-geral">
8                         <p class="email-normal {flag}">
9                                <input type="checkbox" name="msgs[]" style="display:{show_check};" value={msg_number}>
10                                <a href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}">
11                                        {subject}
12                                </a>
13                         </p>
14                    </div>
15                    <span class="email-data"><img src="{url_images}/anexo.png" align="left" style='display:{show_attach};'/>{mail_time}</span>
16                    <div class="{details}">
17                         <a style="color:#837e7e !important;" href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}">                   
18                                 <p>{from}</p>
19                                 <p>{mail_from}</p>
20                         </a>                           
21                     </div>
22                         </div>
23
24
25<!-- END row_mails -->
26<!-- BEGIN no_messages -->
27        <dt class="titulo_mensagem reset-dt">
28                                        {lang_no_results}
29        </dt>
30<!-- END no_messages -->
Note: See TracBrowser for help on using the repository browser.