Commit
commit d23a41ca8b70cdc409bdae5e7f4ab2f565a39886 Author: Jan DankertDate: Wed Feb 10 00:00:21 2021 +0100 Using only fullscreen views; Navigate to parent instead of complete breadcrumb. .../cms/action/image/ImagePreviewAction.class.php | 4 +- .../cms/ui/action/tree/TreePathAction.class.php | 7 +- .../ui/themes/default/html/views/folder/edit.php | 2 +- .../themes/default/html/views/grouplist/edit.php | 4 +- .../ui/themes/default/html/views/index/show.php | 31 +++-- .../default/html/views/index/show.tpl.src.xml | 39 ++++-- .../default/html/views/languagelist/edit.php | 2 +- .../themes/default/html/views/modellist/edit.php | 2 +- .../ui/themes/default/html/views/object/rights.php | 2 +- .../cms/ui/themes/default/html/views/page/edit.php | 2 +- .../themes/default/html/views/pageelement/info.php | 2 +- .../ui/themes/default/html/views/profile/edit.php | 2 +- .../themes/default/html/views/project/history.php | 2 +- .../themes/default/html/views/projectlist/edit.php | 4 +- .../ui/themes/default/html/views/search/result.php | 2 +- .../ui/themes/default/html/views/template/edit.php | 2 +- .../default/html/views/templatelist/edit.php | 2 +- .../ui/themes/default/html/views/title/show.php | 4 +- .../default/html/views/title/show.tpl.src.xml | 4 +- .../cms/ui/themes/default/html/views/tree/path.php | 16 ++- .../default/html/views/tree/path.tpl.src.xml | 17 ++- .../ui/themes/default/html/views/userlist/edit.php | 4 +- modules/cms/ui/themes/default/script/openrat.js | 18 +-- .../cms/ui/themes/default/script/openrat.min.js | 2 +- .../ui/themes/default/script/openrat/workbench.js | 18 +-- .../themes/default/style/openrat-breadcrumb.less | 65 +++++----- .../ui/themes/default/style/openrat-dialog.less | 52 ++++---- .../cms/ui/themes/default/style/openrat-image.less | 6 +- .../cms/ui/themes/default/style/openrat-menu.less | 3 +- .../ui/themes/default/style/openrat-notices.less | 13 ++ .../cms/ui/themes/default/style/openrat-view.less | 6 +- .../ui/themes/default/style/openrat-workbench.less | 20 +++- modules/cms/ui/themes/default/style/openrat.css | 132 ++++++++++++--------- .../cms/ui/themes/default/style/openrat.min.css | 14 +-- .../themes/default/style/theme/openrat-theme.less | 20 ++-- .../html/component_link/LinkComponent.class.php | 2 +- 36 files changed, 314 insertions(+), 213 deletions(-)