Ignore:
Timestamp:
04/11/11 15:04:46 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Visualizacao do Mobile. Tickets #1730, #1728, #1733, #1734

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/mobile/templates/default/mails_list.tpl

    r3791 r3974  
    55 
    66                         <div class="{bg}"> 
    7                     <div class="email-cabecalho margin-geral" > 
     7                    <div class="email-cabecalho margin-geral"> 
    88                         <p class="{flag}"> 
    99                                <input type="checkbox" name="msgs[]" style="display:{show_check};" value={msg_number}> 
    1010                                <a href="index.php?menuaction=mobile.ui_mobilemail.show_msg&msg_number={msg_number}&msg_folder={msg_folder}"> 
    11                                 {subject} 
     11                                        {subject} 
    1212                                </a> 
    1313                         </p> 
     
    1515                    <span class="email-data"><img src="{url_images}/anexo.png" align="left" style='display:{show_attach};'/>{mail_time}</span> 
    1616                    <div class="{details}"> 
    17                          <p>{from}</p> 
    18                          <p>{mail_from}</p> 
     17                         <a 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>                             
    1921                     </div> 
    2022                         </div> 
Note: See TracChangeset for help on using the changeset viewer.