mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
fix infolog widget like tracker e4be366e83
This commit is contained in:
parent
43bb78aeec
commit
c4bc1b0ffc
@ -54,11 +54,10 @@ class infolog_widget extends Etemplate\Widget\Entry
|
|||||||
),
|
),
|
||||||
'__default__' => array(
|
'__default__' => array(
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'' => array('id' => '@value[@id]'),
|
|
||||||
// Others added automatically in constructor
|
// Others added automatically in constructor
|
||||||
'__default__' => array('type' => 'label', 'options' => ''),
|
'__default__' => array('type' => 'label'),
|
||||||
),
|
),
|
||||||
'no_lang' => 1,
|
'no_lang' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user