Ignore:
Timestamp:
03/24/11 15:36:48 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1679 - Corrigido ação do botão remover msg no mobile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/templates/default/new_msg.tpl

    r3892 r3907  
    6363        <div id="operacao_lista"> 
    6464                <div class="margin-rodape"> 
    65                         <a href="index.php?menuaction=mobile.ui_home.index"><button id="cancel" class="btn-generico" >{lang_cancel}</button></a> 
    66                         <button id="save_draft" class="btn-generico" onclick="document.getElementById('mail_form').action='index.php?menuaction=mobile.ui_mobilemail.save_draft';document.getElementById('mail_form').submit()" >{lang_save_draft}</button></a> 
     65                        <button onclick="location.href='{href_back}'" id="cancel" class="btn-generico" >{lang_cancel}</button> 
     66                        <button id="save_draft" class="btn-generico" onclick="document.getElementById('mail_form').action='index.php?menuaction=mobile.ui_mobilemail.save_draft';document.getElementById('mail_form').submit()" >{lang_save_draft}</button> 
    6767                        <button name="action" id="reply_send" class="btn-generico" onclick="document.getElementById('mail_form').submit()">{lang_send}</button> 
    6868                </div>   
Note: See TracChangeset for help on using the changeset viewer.