mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-22 22:11:19 +02:00
allow to set <overlay legacy="true"> to disable new web-components for the whole xet-file
also disable (not working) r/w et2-select web-component again
This commit is contained in:
@@ -162,7 +162,7 @@ export class et2_box extends et2_baseWidget implements et2_IDetachedDOM
|
||||
}
|
||||
|
||||
}
|
||||
et2_register_widget(et2_box, ["old-vbox", "old-box"]);
|
||||
et2_register_widget(et2_box, ["vbox", "box", "old-vbox", "old-box"]);
|
||||
|
||||
/**
|
||||
* Details widget implementation
|
||||
|
@@ -199,6 +199,6 @@ export class et2_hbox extends et2_baseWidget
|
||||
}
|
||||
}
|
||||
}
|
||||
et2_register_widget(et2_hbox, ["old-hbox"]);
|
||||
et2_register_widget(et2_hbox, ["hbox", "old-hbox"]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user