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/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.