forked from extern/egroupware
- moved the whole selection code from uiaccountsel::popup to accounts::select
- extended syntax for uiaccountsel::selection to specify what you need (no longer hardcode of certain apps)
This commit is contained in:
parent
a1921aed2e
commit
b1b1f95590
@ -3971,7 +3971,7 @@
|
||||
}
|
||||
$var['participants'] = array(
|
||||
'field' => lang('Participants'),
|
||||
'data' => "\n ".$GLOBALS['phpgw']->uiaccountsel->selection('participants[]','uicalendar_select_participants',$event['participants'],'calendar',7,$event['owner']),
|
||||
'data' => "\n ".$GLOBALS['phpgw']->uiaccountsel->selection('participants[]','uicalendar_select_participants',$event['participants'],'calendar+',7,$event['owner']),
|
||||
);
|
||||
/*
|
||||
// External Participants
|
||||
|
Loading…
Reference in New Issue
Block a user