Ignore:
Timestamp:
04/15/11 11:15:48 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1755 - Corrigido o layout da confirmação ao apagar mensagem no mobile.

File:
1 edited

Legend:

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

    r3907 r4040  
    11<!-- BEGIN page --> 
     2 
     3<script type="text/javascript"> 
     4 
     5function delete_msg() { 
     6                        if ( confirm( '{lang_confirm_delete_message}' ) ) 
     7                                document.location.href = 'index.php?menuaction=mobile.ui_mobilemail.delete_msg&msg_number={msg_number}&msg_folder={msg_folder}'; 
     8} 
     9 
     10</script> 
     11 
    212<div class="menu-contexto"> 
    313        <span><a href="{href_back}">{lang_back}</a><span class="titulo-secao">{lang_reading_message}</span> 
     
    4454 
    4555<!-- BEGIN operation_block --> 
    46 <button onclick="location.href='{operation_link}'" id="{operation_id}" class="btn-generico" style="margin-top: 1px">{lang_operation}</button> 
     56<button onclick="{operation_link}" id="{operation_id}" class="btn-generico" style="margin-top: 1px">{lang_operation}</button> 
    4757<!-- END operation_block --> 
Note: See TracChangeset for help on using the changeset viewer.