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.7,1.2.2.3.2.8
Date: Sun, 04 May 2003 11:11:24 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        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.2.2.3.2.7
retrieving revision 1.2.2.3.2.8
diff -C2 -r1.2.2.3.2.7 -r1.2.2.3.2.8
*** hook_settings.inc.php       3 May 2003 21:50:03 -0000       1.2.2.3.2.7
--- hook_settings.inc.php       4 May 2003 15:11:22 -0000       1.2.2.3.2.8
***************
*** 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]