mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
1) get preferences working again
2) readded the last changes
This commit is contained in:
parent
eb10db6e3f
commit
27dfeeae85
@ -18,7 +18,6 @@
|
|||||||
1 => lang('Yes'),
|
1 => lang('Yes'),
|
||||||
2 => lang('Yes').' - '.lang('show list of upcoming entries'),
|
2 => lang('Yes').' - '.lang('show list of upcoming entries'),
|
||||||
);
|
);
|
||||||
unset($show_entries);
|
|
||||||
|
|
||||||
$ui =& CreateObject('infolog.uiinfolog'); // need some labels from
|
$ui =& CreateObject('infolog.uiinfolog'); // need some labels from
|
||||||
foreach($ui->filters as $key => $label)
|
foreach($ui->filters as $key => $label)
|
||||||
@ -30,7 +29,8 @@
|
|||||||
'all' => lang('all links and attachments'),
|
'all' => lang('all links and attachments'),
|
||||||
'links' => lang('only the links'),
|
'links' => lang('only the links'),
|
||||||
'attach' => lang('only the attachments'),
|
'attach' => lang('only the attachments'),
|
||||||
'none' => lang('no links or attachments')
|
'none' => lang('no links or attachments'),
|
||||||
|
'no_describtion' => lang('no describtion, links or attachments'),
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Settings array for this app */
|
/* Settings array for this app */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user