Commit
commit 3f290ef0c26762b1a6d66d7747843ec23e15d45e Author: Jan DankertDate: Thu Nov 7 00:57:48 2019 +0100 No direct outputs any more. All UI output is done through a template file. From this point is it easier for the API design. modules/cms-core/action/FileAction.class.php | 58 ++++++++++++++-------- modules/cms-core/action/PageAction.class.php | 13 +++-- .../cms-ui/themes/default/html/views/file/show.php | 26 +--------- .../default/html/views/file/show.tpl.src.xml | 7 +-- .../cms-ui/themes/default/html/views/page/show.php | 1 + .../default/html/views/page/show.tpl.src.xml | 4 ++ .../components/html/text/Text.class.php | 41 +++++++++------ modules/template-engine/components/template.xsd | 1 + 8 files changed, 82 insertions(+), 69 deletions(-)