Commit

commit 3ea6b1096798cd6a77a5f9e144bc4864933103f4
Author: Jan Dankert 
Date:   Wed Oct 30 22:17:22 2024 +0100

    UI-Refactoring: The navigation is now able to open its own dialog.

 .../action/profile/ProfileUserinfoAction.class.php |   4 +
 .../cms/ui/action/tree/TreeSearchAction.class.php  |  12 ++
 .../ui/themes/default/html/views/index/show.php    | 122 +++++++++++++--
 .../default/html/views/index/show.tpl.src.xml      | 168 +++++++++++++++++++--
 .../ui/themes/default/html/views/title/show.php    |  85 -----------
 .../default/html/views/title/show.tpl.src.xml      | 102 -------------
 .../ui/themes/default/html/views/tree/search.php   |  10 ++
 .../default/html/views/tree/search.tpl.src.xml     |  14 ++
 .../cms/ui/themes/default/script/openrat/dialog.js |  25 +--
 .../ui/themes/default/script/openrat/dialog.min.js |  25 +--
 .../ui/themes/default/script/openrat/workbench.js  |  95 ++++++++----
 .../themes/default/script/openrat/workbench.min.js |  85 ++++++++---
 .../script/plugin/jquery-plugin-orLinkify.js       |  13 +-
 .../script/plugin/jquery-plugin-orLinkify.min.js   |  13 +-
 .../script/plugin/jquery-plugin-orSearch.js        |  43 ++++--
 .../script/plugin/jquery-plugin-orSearch.min.js    |  43 ++++--
 .../cms/ui/themes/default/style/openrat-form.css   |   7 +-
 .../cms/ui/themes/default/style/openrat-form.less  |  21 +--
 .../ui/themes/default/style/openrat-form.min.css   |   2 +-
 .../cms/ui/themes/default/style/openrat-image.css  |  12 ++
 .../cms/ui/themes/default/style/openrat-image.less |  12 ++
 .../ui/themes/default/style/openrat-image.min.css  |   2 +-
 .../cms/ui/themes/default/style/openrat-theme.css  | 129 ++++++++++------
 .../cms/ui/themes/default/style/openrat-theme.less | 158 +++++++++++++------
 .../ui/themes/default/style/openrat-theme.min.css  |   2 +-
 .../ui/themes/default/style/openrat-workbench.css  |   6 +
 .../ui/themes/default/style/openrat-workbench.less |  16 +-
 .../themes/default/style/openrat-workbench.min.css |   2 +-
 28 files changed, 802 insertions(+), 426 deletions(-)