Ignore:
Timestamp:
11/20/09 11:48:00 (14 years ago)
Author:
eduardoalex
Message:

Ticket #776 - Adicionada verificacao do conteudo da pesquisa para que nao haja caracteres invalidos

File:
1 edited

Legend:

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

    r1687 r1690  
    165165 
    166166                        $GLOBALS['phpgw']->template->set_var('cc_msg_name_mandatory',lang('Name is mandatory')); 
     167                        $GLOBALS['phpgw']->template->set_var('cc_msg_err_invalid_serch',lang('The query should not have the characters {%,?}')); 
    167168                        $GLOBALS['phpgw']->template->set_var('cc_msg_tel_or_mail_required',lang('Tel or email is required')); 
    168169 
Note: See TracChangeset for help on using the changeset viewer.