Ignore:
Timestamp:
07/14/11 15:18:41 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2124 - Continua armazenando a senha e o nome do usuário e deixa o botão sair

File:
1 edited

Legend:

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

    r4149 r4744  
    1313                        <div style="position:absolute; float:left; width:50%;"> 
    1414                                <div style="position:relative; float:left;"> 
    15                                         <h1 onclick="window.location='index.php?menuaction=mobile.ui_home.index'">{global_title}</h1> 
     15                                        <h1 onclick="document.location='index.php?menuaction=mobile.ui_home.index'">{global_title}</h1> 
    1616                                </div> 
    1717                        </div> 
     
    1919                        <div style="position:relative; float:right; width:50%; margin:2px;"> 
    2020                                <div style="{style_1}"> 
    21                                         <h1 onclick="window.location='index.php?menuaction=mobile.ui_home.dicas'">Dicas</h1> 
     21                                        <h1 onclick="document.location='index.php?menuaction=mobile.ui_home.dicas'">{lang_tips}</h1> 
    2222                                </div> 
    2323                                 
    2424                                <div style="{style_2}"> 
    25                                         <h1 onclick="window.location='{href_logout}'">{lang_logout}</h1> 
     25                                        <h1 onclick="document.location='{href_logout}'">{lang_logout}</h1> 
    2626                                </div> 
    2727                        </div> 
Note: See TracChangeset for help on using the changeset viewer.