Ignore:
Timestamp:
06/29/07 16:03:54 (17 years ago)
Author:
niltonneto
Message:

Vide change_log.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.ui_data.inc.php

    r24 r38  
    162162                        $GLOBALS['phpgw']->template->set_var('cc_btn_search',lang('Search')); 
    163163                        $GLOBALS['phpgw']->template->set_var('cc_add_relation',lang('Add Relation')); 
    164                         $GLOBALS['phpgw']->template->set_var('cc_del_relation',lang('Remove Selected Relations')); 
    165                          
     164                        $GLOBALS['phpgw']->template->set_var('cc_del_relation',lang('Remove Selected Relations'));                       
     165                        $GLOBALS['phpgw']->template->set_var('cc_msg_group',lang('Group')); 
     166                        $GLOBALS['phpgw']->template->set_var('cc_msg_contact_full',lang('Contact [Full]')); 
     167                        $GLOBALS['phpgw']->template->set_var('cc_msg_contact_qa',lang('Contact [Quick Add]')); 
    166168                        $GLOBALS['phpgw']->template->set_var('cc_contact_title',lang('Contact Center').' - '.lang('Contacts')); 
    167169                        $GLOBALS['phpgw']->template->set_var('cc_window_views_title',lang('Contact Center').' - '.lang('Views')); 
     
    342344                                $this->page_info['actual_catalog'] =& $temp; 
    343345                                $this->save_session(); 
    344  
     346                                 
    345347                                $catalog_info = $this->bo->get_branch_by_level($this->bo->catalog_level[0]); 
    346348                                 
     
    469471                */ 
    470472                function get_actual_catalog() 
    471                 { 
     473                {                        
    472474                        $level = $this->bo->get_level_by_branch($this->bo->get_actual_catalog(), $this->bo->tree['branches'], '0'); 
    473  
     475                         
    474476                        if ($level) 
    475477                        { 
Note: See TracChangeset for help on using the changeset viewer.