Commit
commit b398410df89b9822d1706e8aa3c9f103787ec6be Author: Jan DankertDate: Sat Feb 20 00:49:37 2021 +0100 Cleanup of templates. modules/cms/action/RequestParams.class.php | 11 +++ .../template/TemplateExtensionAction.class.php | 44 ---------- .../template/TemplateListingAction.class.php | 29 ------- .../action/template/TemplatePropAction.class.php | 21 ++--- .../action/template/TemplatePubAction.class.php | 54 +++++++----- modules/cms/model/Template.class.php | 3 + .../ui/themes/default/html/views/template/edit.php | 97 ++++++++++++---------- .../default/html/views/template/edit.tpl.src.xml | 67 ++++++++------- .../default/html/views/template/extension.php | 37 --------- .../html/views/template/extension.tpl.src.xml | 10 --- .../ui/themes/default/html/views/template/info.php | 51 +++++++----- .../default/html/views/template/info.tpl.src.xml | 40 +++++---- .../themes/default/html/views/template/listing.php | 28 ------- .../html/views/template/listing.tpl.src.xml | 22 ----- .../ui/themes/default/html/views/template/prop.php | 57 +++---------- .../default/html/views/template/prop.tpl.src.xml | 50 ++--------- .../themes/default/html/views/template/remove.php | 24 +++--- .../default/html/views/template/remove.tpl.src.xml | 20 +---- modules/cms/ui/themes/default/script/openrat.js | 4 +- .../cms/ui/themes/default/script/openrat.min.js | 6 +- .../cms/ui/themes/default/script/openrat/notice.js | 4 +- 21 files changed, 240 insertions(+), 439 deletions(-)