mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01: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'),
|
||||
2 => lang('Yes').' - '.lang('show list of upcoming entries'),
|
||||
);
|
||||
unset($show_entries);
|
||||
|
||||
$ui =& CreateObject('infolog.uiinfolog'); // need some labels from
|
||||
foreach($ui->filters as $key => $label)
|
||||
@ -30,7 +29,8 @@
|
||||
'all' => lang('all links and attachments'),
|
||||
'links' => lang('only the links'),
|
||||
'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 */
|
||||
|
Loading…
Reference in New Issue
Block a user