mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
2 more widgets without server-side class
This commit is contained in:
parent
574fccb9c9
commit
beeecf46d0
@ -304,7 +304,7 @@ class etemplate_widget
|
|||||||
// Don't warn about these known missing ones
|
// Don't warn about these known missing ones
|
||||||
if (!in_array($type, array(
|
if (!in_array($type, array(
|
||||||
'styles', 'menulist', 'tabs', 'tab', 'tabpanels', 'html',
|
'styles', 'menulist', 'tabs', 'tab', 'tabpanels', 'html',
|
||||||
'split', 'iframe', 'toolbar', 'caption',
|
'split', 'iframe', 'toolbar', 'caption', 'progress', 'label',
|
||||||
)))
|
)))
|
||||||
{
|
{
|
||||||
trigger_error("Could not find a class for $type, using $class_name", E_USER_NOTICE);
|
trigger_error("Could not find a class for $type, using $class_name", E_USER_NOTICE);
|
||||||
|
Loading…
Reference in New Issue
Block a user