phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: infolog/inc hook_settings.inc.php,1.4,1.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc hook_settings.inc.php,1.4,1.5
Date: Thu, 31 Jul 2003 05:18:33 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv26051/infolog/inc

Modified Files:
        hook_settings.inc.php 
Log Message:
filter-names where not translated

Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_settings.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** hook_settings.inc.php       29 Jun 2003 17:03:47 -0000      1.4
--- hook_settings.inc.php       31 Jul 2003 09:18:27 -0000      1.5
***************
*** 16,23 ****
        
        $ui = CreateObject('infolog.uiinfolog');        // need some labels from
!       create_select_box('Default Filter for 
InfoLog','defaultFilter',$ui->filters,
!               'This is the filter InfoLog uses when you enter the 
application. Filters limit the entries to show in the actual view. There are 
filters to show only finished, still open or futures entries of yourself or all 
users.');
        unset($ui);
!       
        create_check_box('List no Subs/Childs','listNoSubs',
                'Should InfoLog show Subtasks, -calls or -notes in the normal 
view or not. You can always view the Subs via there parent.');
--- 16,28 ----
        
        $ui = CreateObject('infolog.uiinfolog');        // need some labels from
!       foreach($ui->filters as $key => $label)
!       {
!               $filters[$key] = lang($label);
!       }
        unset($ui);
!       create_select_box('Default Filter for InfoLog','defaultFilter',$filters,
!               'This is the filter InfoLog uses when you enter the 
application. Filters limit the entries to show in the actual view. There are 
filters to show only finished, still open or futures entries of yourself or all 
users.');
!       unset($filters);
! 
        create_check_box('List no Subs/Childs','listNoSubs',
                'Should InfoLog show Subtasks, -calls or -notes in the normal 
view or not. You can always view the Subs via there parent.');
***************
*** 33,35 ****
        );
        create_select_box('Show in the InfoLog list','show_links',$show_links,
!               'Should InfoLog show the links to other applications and/or the 
file-attachments in the InfoLog list (normal view when u enter InfoLog).');
\ No newline at end of file
--- 38,40 ----
        );
        create_select_box('Show in the InfoLog list','show_links',$show_links,
!               'Should InfoLog show the links to other applications and/or the 
file-attachments in the InfoLog list (normal view when u enter InfoLog).');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]