mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Skip some unneeded and invalid status widgets
This commit is contained in:
parent
84a0b23c78
commit
53b8d9fbbe
@ -1390,8 +1390,10 @@ abstract class admin_cmd
|
||||
case 'hbox': case 'vbox': case 'box': case 'groupbox':
|
||||
case 'grid': case 'columns': case 'column': case 'rows': case 'row':
|
||||
case 'template': case 'tabbox': case 'tabs': case 'tab':
|
||||
// ignore buttons too
|
||||
case 'button':
|
||||
// No need for these
|
||||
case 'textbox': case 'int': case 'float':
|
||||
// ignore widgets that can't go in the historylog
|
||||
case 'button': case 'taglist-thumbnail':
|
||||
break;
|
||||
// config templates have options in the template
|
||||
case 'option':
|
||||
|
Loading…
Reference in New Issue
Block a user