Ignore:
Timestamp:
04/27/11 12:21:30 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1787 - quando feito o login automatico o botao sair não é mostrado na tela

File:
1 edited

Legend:

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

    r4069 r4149  
    1717                        </div> 
    1818                         
    19                         <div style="position:relative; float:right; width:50%;"> 
    20                                 <div style="position:absolute; float: left;"> 
     19                        <div style="position:relative; float:right; width:50%; margin:2px;"> 
     20                                <div style="{style_1}"> 
    2121                                        <h1 onclick="window.location='index.php?menuaction=mobile.ui_home.dicas'">Dicas</h1> 
    2222                                </div> 
    2323                                 
    24                                 <div style="position:relative; float: right;"> 
     24                                <div style="{style_2}"> 
    2525                                        <h1 onclick="window.location='{href_logout}'">{lang_logout}</h1> 
    2626                                </div> 
    2727                        </div> 
    28                          
    29                         <!--  
    30                         <h1 style="text-align:left !important;"><a href="index.php?menuaction=mobile.ui_home.index" class="title">{global_title}</a></h1> 
    31                         <h1 style="text-align:center !important;"><a href="index.php?menuaction=mobile.ui_home.dicas" class="title"> - Dicas </a></h1> 
    32                         <span><a href="{href_logout}">{lang_logout}</a></span> 
    33                          --> 
    3428                         
    3529                </div> 
Note: See TracChangeset for help on using the changeset viewer.