Commit
commit 017ebc0a4551591ddeaaf635746db558f98b13a7 Author: Jan DankertDate: Sun Oct 4 23:53:25 2020 +0200 New: The tree is now hidable with a dedicated button. No more hover effect in the navigation. modules/cms/ui/action/TreeAction.class.php | 10 + modules/cms/ui/themes/ThemeCompiler.class.php | 8 +- .../ui/themes/default/html/views/index/show.php | 5 +- .../ui/themes/default/html/views/title/show.php | 6 +- .../default/html/views/title/show.tpl.src.xml | 11 +- .../cms/ui/themes/default/html/views/tree/show.php | 7 + .../default/html/views/tree/show.tpl.src.xml | 9 + modules/cms/ui/themes/default/script/openrat.js | 93 ++--- .../cms/ui/themes/default/script/openrat.min.js | 8 +- .../cms/ui/themes/default/script/openrat/common.js | 52 ++- .../cms/ui/themes/default/script/openrat/view.js | 8 +- .../ui/themes/default/script/openrat/workbench.js | 33 +- .../cms/ui/themes/default/style/openrat-form.less | 189 ++++++++++ .../themes/default/style/openrat-navigation.less | 2 +- .../cms/ui/themes/default/style/openrat-ui.less | 185 +--------- .../ui/themes/default/style/openrat-workbench.less | 83 ++++- modules/cms/ui/themes/default/style/openrat.css | 398 +++++++++++---------- .../cms/ui/themes/default/style/openrat.min.css | 7 +- .../themes/default/style/theme/openrat-theme.less | 2 +- .../components/html/Component.class.php | 17 + .../components/html/image/Image.class.php | 5 +- .../components/html/part/Part.class.php | 3 +- .../template_engine/element/HtmlElement.class.php | 2 +- 23 files changed, 648 insertions(+), 495 deletions(-)