[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.7,1.
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.7,1.8 |
Date: |
Sun, 04 May 2003 05:18:43 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv6061
Modified Files:
class.select_widget.inc.php
Log Message:
implemented new phpgw-pref account_display as default for select-account
Index: class.select_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.select_widget.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.select_widget.inc.php 13 Apr 2003 21:47:35 -0000 1.7
--- class.select_widget.inc.php 4 May 2003 09:18:40 -0000 1.8
***************
*** 566,570 ****
$info .=
'<'.$acc['account_lid'].'> ';
// fall-through
- default:
case 1:
$info .= $acc['account_type'] == 'g' ?
lang('group').' '.$acc['account_lid'] :
--- 566,569 ----
***************
*** 573,576 ****
--- 572,579 ----
case '0':
$info .= $acc['account_lid'];
+ break;
+ default: // use the
phpgw default
+ $info =
$GLOBALS['phpgw']->common->display_fullname($acc['account_lid'],
+
$acc['account_firstname'],$acc['account_lastname']);
break;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.7,1.8,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sync/setup tables_current.inc.php,NONE,1.1 setup.inc.php,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.11,1.12
- Previous by thread:
[Phpgroupware-cvs] CVS: sync/setup tables_current.inc.php,NONE,1.1 setup.inc.php,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.11,1.12
- Index(es):