Commit

commit 3d48814710c4031b9f7ba3d1f0d99d72a9fea34f
Author: Jan Dankert 
Date:   Sun Nov 15 00:00:33 2020 +0100

    Fix: Editing of names and descriptions for pages and other objects.

 modules/cms/action/ObjectAction.class.php          | 54 ++++++++++++++--------
 modules/cms/action/PageAction.class.php            |  9 ++--
 .../ui/themes/default/html/views/object/info.php   | 30 ++++++++++++
 .../default/html/views/object/info.tpl.src.xml     | 16 +++++++
 .../ui/themes/default/html/views/object/name.php   | 16 ++-----
 .../default/html/views/object/name.tpl.src.xml     |  6 +--
 .../cms/ui/themes/default/html/views/page/info.php | 46 +++++++++---------
 .../default/html/views/page/info.tpl.src.xml       | 22 +++++----
 .../html/component_text/TextComponent.class.php    |  3 ++
 9 files changed, 133 insertions(+), 69 deletions(-)