mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
fixed mixed up category and location
This commit is contained in:
parent
50ab2c2465
commit
5194f86f6b
@ -293,7 +293,7 @@ class addressbook_merge // extends bo_merge
|
|||||||
'title' => lang('Title'),
|
'title' => lang('Title'),
|
||||||
'description' => lang('Description'),
|
'description' => lang('Description'),
|
||||||
'participants' => lang('Participants'),
|
'participants' => lang('Participants'),
|
||||||
'category' => lang('Location'),
|
'location' => lang('Location'),
|
||||||
'start' => lang('Start').': '.lang('Date').'+'.lang('Time'),
|
'start' => lang('Start').': '.lang('Date').'+'.lang('Time'),
|
||||||
'startday' => lang('Start').': '.lang('Weekday'),
|
'startday' => lang('Start').': '.lang('Weekday'),
|
||||||
'startdate'=> lang('Start').': '.lang('Date'),
|
'startdate'=> lang('Start').': '.lang('Date'),
|
||||||
@ -303,11 +303,12 @@ class addressbook_merge // extends bo_merge
|
|||||||
'enddate' => lang('End').': '.lang('Date'),
|
'enddate' => lang('End').': '.lang('Date'),
|
||||||
'endtime' => lang('End').': '.lang('Time'),
|
'endtime' => lang('End').': '.lang('Time'),
|
||||||
'duration' => lang('Duration'),
|
'duration' => lang('Duration'),
|
||||||
'owner' => lang('Owner'),
|
'category' => lang('Category'),
|
||||||
'priority' => lang('Priority'),
|
'priority' => lang('Priority'),
|
||||||
'updated' => lang('Updated'),
|
'updated' => lang('Updated'),
|
||||||
'recur_type' => lang('Repetition'),
|
'recur_type' => lang('Repetition'),
|
||||||
'access' => lang('Access').': '.lang('public').', '.lang('private'),
|
'access' => lang('Access').': '.lang('public').', '.lang('private'),
|
||||||
|
'owner' => lang('Owner'),
|
||||||
) as $name => $label)
|
) as $name => $label)
|
||||||
{
|
{
|
||||||
if (in_array($name,array('start','end')) && $n&1) // main values, which should be in the first column
|
if (in_array($name,array('start','end')) && $n&1) // main values, which should be in the first column
|
||||||
|
Loading…
Reference in New Issue
Block a user