mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
fix infolog widget like tracker e4be366e83
This commit is contained in:
parent
06e7518cd8
commit
6ce0abdb37
@ -54,9 +54,8 @@ class infolog_widget extends Etemplate\Widget\Entry
|
||||
),
|
||||
'__default__' => array(
|
||||
'options' => array(
|
||||
'' => array('id' => '@value[@id]'),
|
||||
// Others added automatically in constructor
|
||||
'__default__' => array('type' => 'label', 'options' => ''),
|
||||
'__default__' => array('type' => 'label'),
|
||||
),
|
||||
'no_lang' => true,
|
||||
),
|
||||
@ -169,4 +168,4 @@ class infolog_widget extends Etemplate\Widget\Entry
|
||||
}
|
||||
|
||||
// register widgets for etemplate2
|
||||
Etemplate\Widget::registerWidget('infolog_widget',array('infolog-value', 'infolog-fields'));
|
||||
Etemplate\Widget::registerWidget('infolog_widget',array('infolog-value', 'infolog-fields'));
|
Loading…
Reference in New Issue
Block a user