Commit
commit 1e8874fb393fc66db8ecb32b90fc0b375bac0d11 Author: Jan DankertDate: Wed Apr 17 00:34:07 2024 +0200 New: Inputfields for coordinates; coordinates are stored in the now 64bit-number-field of the value. modules/cms/action/PageelementAction.class.php | 7 + modules/cms/action/page/PageAllAction.class.php | 15 +- .../pageelement/PageelementAllAction.class.php | 11 +- modules/cms/generator/ValueGenerator.class.php | 2 +- modules/cms/model/Element.class.php | 8 +- .../ui/themes/default/html/views/object/info.php | 35 ++-- .../cms/ui/themes/default/html/views/page/all.php | 129 ++++++++------- .../themes/default/html/views/page/all.tpl.src.xml | 184 +++++++++++---------- .../cms/ui/themes/default/html/views/page/info.php | 2 +- .../themes/default/html/views/pageelement/all.php | 15 ++ .../default/html/views/pageelement/all.tpl.src.xml | 6 + modules/cms/update/Update.class.php | 2 +- .../cms/update/version/DBVersion000034.class.php | 30 ++++ modules/language/language.yml | 8 +- modules/util/Coordinates.class.php | 59 +++++++ 15 files changed, 338 insertions(+), 175 deletions(-)