Changeset 3710


Ignore:
Timestamp:
01/19/11 16:03:26 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1412 - Ajustes finais no layout da tela de contatos

Location:
branches/2.2/mobile
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r3706 r3710  
    134134                        //Langs gerais da página 
    135135                        $this->template->set_var("lang_back",lang("back")); 
     136                        $this->template->set_var("selecteds",ucfirst(lang("selecteds"))); 
    136137                        $this->template->set_var("lang_more",lang("more")); 
    137138                        $this->template->set_var("lang_search",lang("search")); 
  • branches/2.2/mobile/templates/css/mobile.css

    r3706 r3710  
    167167#fundo-branco{background:#FFF; } 
    168168#titulo p{font-weight:normal; width:90% } 
    169 .titulo_mensagem {font-size:small; font-weight:bold; overflow: hidden; }  
     169.titulo_mensagem {overflow: hidden; }  
    170170.titulo-sdt{ padding:2px 0px 0px 5px; height:20px; font-weight:bold; font-size: x-small; color:#3E3E3D; } 
    171171 
  • branches/2.2/mobile/templates/default/cc_main.tpl

    r3641 r3710  
    2323                         
    2424                        <dt class="menu-diverso"> 
    25                         <div>    
     25                        <div class="margin-geral centraliza">    
    2626                        <a href="{href_back}" style="display:{show_back};"> < </a> 
    2727                        {pagging_letters} 
     
    3939                </dl> 
    4040 
    41                 <div class="menu-contexto" style="display:{show_more};"> 
     41                <div class="menu-contexto centraliza" style="display:{show_more};"> 
    4242                        <button name="more_messages" title="{lang_more_messages}" class="btn-contexto" onClick="location.href='index.php?menuaction=mobile.ui_mobilecc.change_max_results&results={next_max_results}'">{lang_more} 10 {lang_contacts}</button> 
    4343                </div> 
    4444                 
    4545                <div id="operacao_lista" style="display:{show_actions};"> 
    46                         Selecionados: 
    47                         <button id="remover" class="btn-generico" onClick="document.getElementById('menuaction').value='mobile.ui_mobilecc.delete_contacts';document.getElementById('formu_contacts').submit();">remover</button> 
    48                         <button id="adicionar_contato" onClick="location.href=('../mobile/index.php?menuaction=mobile.ui_mobilecc.contact_add_edit')" class="btn-generico" >adicionar contato</button> 
    49                          
     46                <div class="margin-rodape"> 
     47                {selecteds}: 
     48                <button id="remover" class="btn-generico" onClick="document.getElementById('menuaction').value='mobile.ui_mobilecc.delete_contacts';document.getElementById('formu_contacts').submit();">remover</button> 
     49                                <button id="adicionar_contato" onClick="location.href=('../mobile/index.php?menuaction=mobile.ui_mobilecc.contact_add_edit')" class="btn-generico" >adicionar contato</button> 
     50            </div> 
    5051                </div> 
     52                 
    5153                 
    5254<!-- END main_body -->   
  • branches/2.2/mobile/templates/default/contacts_list.tpl

    r3706 r3710  
    1818<!-- BEGIN row_groups --> 
    1919        <dt class="titulo_mensagem {bg}"> 
    20                 <div class="email-cabecalho margin-geral" > 
     20                <div class="contato-cabecalho margin-geral" > 
    2121             <p><input type="checkbox" name="contacts[]" style="display:{show_check};" value="{group_id}"> {group_name}</p> 
    2222        </div> 
Note: See TracChangeset for help on using the changeset viewer.