Changeset 3650


Ignore:
Timestamp:
12/30/10 11:42:43 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1413 - Ajuste para não usar o contato(compartilhado) que não possua e-mail

Location:
branches/2.2/mobile
Files:
2 edited

Legend:

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

    r3646 r3650  
    361361                        $this->template->set_block('cc_v','buttom'); 
    362362                        $this->template->set_block('cc_v','buttom_use_contact'); 
     363                        $this->template->set_block('cc_v','row_view_operacao'); 
    363364 
    364365                        $email_to = ""; 
     
    506507                                $this->template->set_var('email_to', $email_to); 
    507508                                $this->template->parse("buttom_use","buttom_use_contact"); 
     509                                $this->template->parse("row_operacao","row_view_operacao"); 
     510                        }else if ($params['catalog'] == 'bo_people_catalog'){ 
     511                                $this->template->parse("row_operacao","row_view_operacao"); 
    508512                        } 
    509513 
  • branches/2.2/mobile/templates/default/contact_view.tpl

    r3648 r3650  
    1111<div class="menu-contexto"></div> 
    1212 
    13 <div id="operacao_lista"> 
    14         {lang_selecteds}: 
    15         {buttom_use} 
    16         {buttom_editar} 
    17 </div> 
     13{row_operacao} 
     14 
    1815 
    1916<form name="formedit" action="../mobile/index.php?menuaction=mobile.ui_mobilecc.contact_add_edit" method="post"> 
     
    2320 
    2421<!-- END body --> 
     22 
     23<!-- BEGIN row_view_operacao --> 
     24<div id="operacao_lista"> 
     25        {lang_selecteds}: 
     26        {buttom_use} 
     27        {buttom_editar} 
     28</div> 
     29<!-- END row_view_operacao --> 
    2530 
    2631<!-- BEGIN buttom_use_contact --> 
Note: See TracChangeset for help on using the changeset viewer.