Changeset 3418


Ignore:
Timestamp:
10/26/10 16:20:02 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1378 - habilita o suporte aos temas no módulo do help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/help/inc/class.uihelp.inc.php

    r1101 r3418  
    99                    $template->set_var('lang_help', lang('Help')); 
    1010                    $template->set_var('template_set', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']); 
     11                    $template->set_var('theme', $GLOBALS['phpgw_info']['user']['preferences']['common']['theme']); 
     12                    $template->set_var('css', $GLOBALS['phpgw']->common->get_css()); 
    1113                    $template->set_var('lang', $GLOBALS['phpgw_info']['user']['preferences']['common']['lang']); 
    1214                    $template->set_block('manual','help');                   
     
    2022                    $template->set_var('lang_suggestions', lang('Suggestions')); 
    2123                    $template->set_var('template_set', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']); 
    22                     $template->set_var('txt_desc',lang("Use this space to send your doubts, critics and suggestions")); 
     24                    $template->set_var('theme', $GLOBALS['phpgw_info']['user']['preferences']['common']['theme']); 
     25                    $template->set_var('css', $GLOBALS['phpgw']->common->get_css()); 
     26                        $template->set_var('txt_desc',lang("Use this space to send your doubts, critics and suggestions")); 
    2327                        $template->set_var('txt_send', lang("Send")); 
    2428                        $template->set_var('txt_cancel', lang("Cancel")); 
     
    3135                    $template->set_file(Array('manual' => 'success.tpl')); 
    3236                    $template->set_var('template_set', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']); 
     37                    $template->set_var('theme', $GLOBALS['phpgw_info']['user']['preferences']['common']['theme']); 
     38                    $template->set_var('css', $GLOBALS['phpgw']->common->get_css()); 
    3339                    $template->set_var('lang_suggestions', lang('Suggestions')); 
    3440                    $template->set_var('txt_close', lang("Close")); 
    35                      
    3641                    $template->set_var('title_suggestions', lang('Suggestions'));                    
    3742                    $template->set_var('txt_success', lang('Your suggestion was sent successfully.')); 
Note: See TracChangeset for help on using the changeset viewer.