Commit
commit d1cef8daea90ee57894494d28002659e9703aeee Author: Jan DankertDate: Mon Oct 26 23:09:24 2020 +0100 Cleanup UI for adding templates and adding projects. modules/cms/action/ProjectlistAction.class.php | 52 +++-- modules/cms/action/TemplatelistAction.class.php | 115 ++++----- modules/cms/model/Element.class.php | 4 +- modules/cms/model/Project.class.php | 6 +- modules/cms/model/Template.class.php | 10 +- .../themes/default/html/views/projectlist/add.php | 47 +--- .../default/html/views/projectlist/add.tpl.src.xml | 45 ++-- .../themes/default/html/views/templatelist/add.php | 71 +----- .../html/views/templatelist/add.tpl.src.xml | 58 ++--- .../cms/ui/themes/default/html/views/user/info.php | 209 +++++------------ .../default/html/views/user/info.tpl.src.xml | 258 +++++++-------------- .../cms/ui/themes/default/html/views/user/prop.php | 16 +- .../default/html/views/user/prop.tpl.src.xml | 9 - 13 files changed, 266 insertions(+), 634 deletions(-)