phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.2.2.3.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.2.2.3.2.4,1.2.2.3.2.5
Date: Thu, 01 May 2003 19:53:27 -0400

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv17609

Modified Files:
      Tag: Version-0_9_16-branch
        hook_settings.inc.php 
Log Message:
account_selection added


Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/hook_settings.inc.php,v
retrieving revision 1.2.2.3.2.4
retrieving revision 1.2.2.3.2.5
diff -C2 -r1.2.2.3.2.4 -r1.2.2.3.2.5
*** hook_settings.inc.php       29 Apr 2003 23:50:50 -0000      1.2.2.3.2.4
--- hook_settings.inc.php       1 May 2003 23:53:25 -0000       1.2.2.3.2.5
***************
*** 100,104 ****
        if (is_admin())
        {
!               create_check_box('Show current users on navigation 
bar','show_currentusers',
                        'Should the number of active sessions be displayed for 
you all the time.');
        }
--- 100,104 ----
        if (is_admin())
        {
!               create_check_box('Show current users','show_currentusers',
                        'Should the number of active sessions be displayed for 
you all the time.');
        }
***************
*** 118,121 ****
--- 118,128 ----
                'Which currency symbole or name should be used in 
phpGroupWare.');
                
+       $account_sels = array(
+               'selectbox' => lang('Selectbox'),
+               'popup'     => lang('Popup with search')
+       );
+       create_select_box('How do you like to select 
accounts','account_selection',$account_sels,
+               'The selectbox show all users, available to you. This can be 
very slow in big installs with many users. The popup has can search users by 
name or group.');
+ 
        create_check_box('Show helpmessages by default','show_help',
                'Should the help messages always be shown when you enter the 
preferences or only on request.');





reply via email to

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