Commit

commit ba34dca293dfb1f1a5df0a323a4a23fac3f0fb15
Author: Jan Dankert 
Date:   Thu Feb 25 01:22:10 2021 +0100

    New: Edit all page elements in 1 view.

 modules/cms/action/RequestParams.class.php         |   2 +-
 modules/cms/action/page/PageAllAction.class.php    | 338 +++++++++++++++++++++
 modules/cms/action/page/PageEditAction.class.php   |   6 +
 .../pageelement/PageelementValueAction.class.php   |   2 +-
 modules/cms/generator/ValueGenerator.class.php     |   2 +-
 .../cms/ui/themes/default/html/views/page/all.php  | 180 +++++++++++
 .../themes/default/html/views/page/all.tpl.src.xml | 143 +++++++++
 .../cms/ui/themes/default/html/views/page/edit.php | 126 +++++---
 .../default/html/views/page/edit.tpl.src.xml       |  86 ++++--
 .../themes/default/style/theme/openrat-theme.less  |   4 +
 .../component_editor/EditorComponent.class.php     |   6 +-
 .../html/component_group/GroupComponent.class.php  |   7 +
 12 files changed, 825 insertions(+), 77 deletions(-)