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.11,1.12


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.11,1.12
Date: Sun, 04 May 2003 11:14:08 -0400

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

Modified Files:
        hook_settings.inc.php 
Log Message:
added an other display-type for accounts: Firstname Lastname [lid]
changed < > into [ ]


Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/hook_settings.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** hook_settings.inc.php       3 May 2003 22:23:50 -0000       1.11
--- hook_settings.inc.php       4 May 2003 15:14:06 -0000       1.12
***************
*** 129,133 ****
                '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,
--- 129,134 ----
                'lastname'  => lang('Lastname').', '.lang('Firstname'),
                'username'  => lang('username'),
!               'firstall'  => lang('Firstname').' '.lang('Lastname').' 
['.lang('username').']',
!               'all'       => '['.lang('username').'] '.lang('Lastname').', 
'.lang('Firstname')
        );
        create_select_box('How do you like to display 
accounts','account_display',$account_display,





reply via email to

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