Changeset 480


Ignore:
Timestamp:
09/25/08 17:26:18 (16 years ago)
Author:
eduardoalex
Message:

Versão de busca no catálogo, funcionando apenas busca no catálogo pessoal e no de grupos.

Location:
trunk/mobile
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/mobile_header.inc.php

    r454 r480  
    115115                $p->set_var('mobilemail', trim($q->fp('mobilemail_t', 'mobilemail'))); 
    116116 
     117                /********************************\ 
     118                 * Cria o link para o cc                 * 
     119                \********************************/ 
     120                $q = CreateObject('phpgwapi.Template', PHPGW_SERVER_ROOT . '/mobile/templates/'.$GLOBALS['phpgw_info']['server']['template_set']); 
     121                $q->set_file( 
     122                                Array( 
     123                                        'cc_t' => 'home.tpl' 
     124                                ) 
     125                ); 
     126 
     127                $q->set_block('cc_t', 'mobilecc'); 
     128                $q->set_block('cc_t', 'begin_anchor'); 
     129                $q->set_block('cc_t', 'end_anchor'); 
     130 
     131                $q->set_var('href', 'index.php?menuaction=mobile.ui_mobilecc.contacts_list'); 
     132                $q->set_var('lang_cc', lang('contact center')); 
     133                $q->fp('cc_t', 'begin_anchor'); 
     134                $q->fp('cc_t', 'end_anchor'); 
     135 
     136                $p->set_var('contactcenter', trim($q->fp('cc_t', 'mobilecc'))); 
     137 
     138 
    117139                /**************************************\ 
    118140                 * Termina de formar o menu e imprime * 
  • trunk/mobile/setup/phpgw_pt-br.lang

    r454 r480  
    55This message have attachment(s) mobile  pt-br   Este e-mail possui anexo(s) 
    66This message don't have attachment(s)   mobile  pt-br   Este e-mail não possui anexo(s) 
     7Catalog mobile  pt-br   Catálogo 
     8Phone   mobile  pt-br   Telefone 
  • trunk/mobile/templates/default/home.tpl

    r454 r480  
    1515<!-- BEGIN mobile_navbar --> 
    1616<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá --> 
    17 <p>&nbsp;&nbsp;<strong>Expresso Mini</strong> :: {agenda} :: {mobilemail} :: <a href="./login.php?cd=1">{lang_logout}</a></p> 
     17<p>&nbsp;&nbsp;<strong>Expresso Mini</strong> :: {agenda} :: {mobilemail} :: {contactcenter} :: <a href="./login.php?cd=1">{lang_logout}</a></p> 
    1818<hr /> 
    1919<!-- END mobile_navbar --> 
     
    2626{begin_anchor}{lang_email}{end_anchor} 
    2727<!-- END mobilemail --> 
     28<!-- BEGIN mobilecc --> 
     29{begin_anchor}{lang_cc}{end_anchor} 
     30<!-- END mobilecc --> 
    2831 
    2932<!-- BEGIN begin_anchor --> 
Note: See TracChangeset for help on using the changeset viewer.