Changeset 43


Ignore:
Timestamp:
07/27/07 16:56:09 (17 years ago)
Author:
niltonneto
Message:

Vide change_log.txt

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/celepar/hook_settings.inc.php

    r2 r43  
    99        *  option) any later version.                                              * 
    1010        \**************************************************************************/ 
    11  
    12         create_section('Preferences for the celepar template set'); 
     11        $template = $GLOBALS['phpgw_info']['server']['template_set']; 
     12        create_section('Preferences for the %1 template set',$template); 
    1313 
    1414        $start_and_logout_icons = array( 
  • trunk/preferences/preferences.php

    r2 r43  
    183183 
    184184        /* for creating different sections with a title */ 
    185         function create_section($title='') 
     185        function create_section($title='',$value = '') 
    186186        { 
    187187                global $t; 
    188188 
    189189                        $t->set_var('row_value',''); 
    190                         $t->set_var('row_name','<span class="prefSection">'.lang($title).'</span>'); 
     190                        $t->set_var('row_name','<span class="prefSection">'.lang($title,$value).'</span>'); 
    191191                        $GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t); 
    192192 
Note: See TracChangeset for help on using the changeset viewer.