Commit
commit 73af17c063a19549c7205cfecbb5ce194818b7a2 Author: Jan DankertDate: Tue Oct 6 22:23:11 2020 +0200 Fix: Selecting a link with the selector (this was unusable since the last template refactoring). Searching is implemented, the selector tree must be fixed soon. .../themes/default/html/views/folder/advanced.php | 9 ++- .../cms/ui/themes/default/html/views/link/edit.php | 9 ++- .../default/html/views/pageelement/value.php | 9 ++- .../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/show.php | 2 +- .../default/html/views/tree/show.tpl.src.xml | 2 +- modules/cms/ui/themes/default/script/openrat.js | 48 ++++++++--- .../cms/ui/themes/default/script/openrat.min.js | 6 +- .../cms/ui/themes/default/script/openrat/common.js | 38 +++++++-- .../ui/themes/default/script/openrat/workbench.js | 2 +- .../script/plugin/jquery-plugin-orSearch.js | 8 +- .../ui/themes/default/style/openrat-header.less | 94 ++++++++++++---------- .../cms/ui/themes/default/style/openrat-ui.less | 2 +- modules/cms/ui/themes/default/style/openrat.css | 77 +++++++++--------- .../cms/ui/themes/default/style/openrat.min.css | 4 +- .../themes/default/style/theme/openrat-theme.less | 48 +++++------ .../components/html/selector/Selector.class.php | 37 +++------ 18 files changed, 241 insertions(+), 162 deletions(-)