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.6,1.2.2.3.2.7
Date: Sat, 03 May 2003 17:50:08 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        hook_settings.inc.php 
Log Message:
account-display is now configurable via the prefs:
- Firstname Lastname (default)
- Lastname, Firstname
- username
- <username> Lastname, Firstname


Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/hook_settings.inc.php,v
retrieving revision 1.2.2.3.2.6
retrieving revision 1.2.2.3.2.7
diff -C2 -r1.2.2.3.2.6 -r1.2.2.3.2.7
*** hook_settings.inc.php       2 May 2003 01:29:02 -0000       1.2.2.3.2.6
--- hook_settings.inc.php       3 May 2003 21:50:03 -0000       1.2.2.3.2.7
***************
*** 125,128 ****
--- 125,137 ----
                'The selectbox shows all available users (can be very slow on 
big installs with many users). The popup can search users by name or group.');
  
+       $account_display = array(
+               'firstname' => lang('Firstname'). ' '.lang('Lastname'),
+               'lastname'  => lang('Lastname').', '.lang('Firstname'),
+               'username'  => lang('username'),
+               'all'       => '&lt;'.lang('username').'&gt; 
'.lang('Lastname').', '.lang('Firstname')
+       );
+       create_select_box('How do you like to display 
accounts','account_display',$account_display,
+               'Set this to your convenience. For security reasons, you might 
not want to show your Loginname in public.');
+ 
        create_check_box('Show helpmessages by default','show_help',
                'Should this help messages shown up always, when you enter the 
preferences or only on request.');





reply via email to

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