Commit

commit 9d872e337fd76f6f6a85fe8808644168d2eacc08
Author: Jan Dankert 
Date:   Sat Feb 20 01:34:41 2021 +0100

    New: Publish-switch for templates.

 .../cms/action/folder/FolderPubAction.class.php    | 11 +++
 modules/cms/action/page/PagePubAction.class.php    | 11 +++
 .../cms/action/project/ProjectEditAction.class.php |  1 +
 .../action/template/TemplatePropAction.class.php   |  6 +-
 modules/cms/model/Template.class.php               | 35 ++++++--
 .../ui/themes/default/html/views/project/edit.php  | 92 +++++++++++-----------
 .../default/html/views/project/edit.tpl.src.xml    | 78 +++++++++---------
 .../ui/themes/default/html/views/template/prop.php |  9 +++
 .../default/html/views/template/prop.tpl.src.xml   |  3 +
 .../default/html/views/templatelist/edit.php       | 81 ++++++++++---------
 .../html/views/templatelist/edit.tpl.src.xml       | 65 +++++++--------
 modules/cms/update/Update.class.php                | 21 ++++-
 .../cms/update/version/DBVersion000026.class.php   | 24 ++++++
 13 files changed, 273 insertions(+), 164 deletions(-)