Changeset 1101 for trunk/help/inc


Ignore:
Timestamp:
07/08/09 17:47:18 (15 years ago)
Author:
niltonneto
Message:

Ticket #559 - Melhoria na implementação do envio de Sugestões.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/help/inc/class.uihelp.inc.php

    r1100 r1101  
    2121                    $template->set_var('template_set', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']); 
    2222                    $template->set_var('txt_desc',lang("Use this space to send your doubts, critics and suggestions")); 
    23                     $template->set_var('txt_subject',lang("Suggestions")); 
    2423                        $template->set_var('txt_send', lang("Send")); 
    2524                        $template->set_var('txt_cancel', lang("Cancel")); 
    26                     $template->set_var('sugg_mailto', $GLOBALS['phpgw_info']['server']['sugestoes_email_to']); 
    27                     $template->set_var('sugg_mailcc', $GLOBALS['phpgw_info']['server']['sugestoes_email_cc']); 
    28                     $template->set_var('sugg_mailto', $GLOBALS['phpgw_info']['server']['sugestoes_email_bcc']); 
    2925                    $template->set_block('manual','help');                   
    3026                    $template->pfp('out', 'manual'); 
Note: See TracChangeset for help on using the changeset viewer.