Commit

commit c8a01c97642fffc07608b6f3729560199fb4c58a
Author: Jan Dankert 
Date:   Mon Mar 8 15:04:16 2021 +0100

    UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text.

 .../themes/default/html/views/folder/advanced.php  |  2 +-
 .../default/html/views/folder/advanced.tpl.src.xml |  2 +-
 .../ui/themes/default/html/views/folder/edit.php   |  6 ++--
 .../default/html/views/folder/edit.tpl.src.xml     |  6 ++--
 .../ui/themes/default/html/views/folder/order.php  |  2 +-
 .../default/html/views/folder/order.tpl.src.xml    |  2 +-
 .../ui/themes/default/html/views/folder/show.php   |  2 +-
 .../default/html/views/folder/show.tpl.src.xml     |  2 +-
 .../ui/themes/default/html/views/group/rights.php  |  2 +-
 .../default/html/views/group/rights.tpl.src.xml    |  2 +-
 .../themes/default/html/views/grouplist/edit.php   | 15 ++++-----
 .../default/html/views/grouplist/edit.tpl.src.xml  | 16 ++++-----
 .../default/html/views/languagelist/edit.php       | 27 +++++++--------
 .../html/views/languagelist/edit.tpl.src.xml       | 23 ++++++-------
 .../ui/themes/default/html/views/login/license.php |  2 +-
 .../default/html/views/login/license.tpl.src.xml   |  2 +-
 .../themes/default/html/views/modellist/edit.php   | 23 ++++++-------
 .../default/html/views/modellist/edit.tpl.src.xml  | 20 +++++------
 .../themes/default/html/views/pageelement/edit.php |  2 +-
 .../html/views/pageelement/edit.tpl.src.xml        |  2 +-
 .../default/html/views/pageelement/history.php     |  2 +-
 .../html/views/pageelement/history.tpl.src.xml     |  2 +-
 .../themes/default/html/views/profile/history.php  |  2 +-
 .../default/html/views/profile/history.tpl.src.xml |  2 +-
 .../default/html/views/profile/memberships.php     |  2 +-
 .../html/views/profile/memberships.tpl.src.xml     |  2 +-
 .../themes/default/html/views/project/history.php  |  2 +-
 .../default/html/views/project/history.tpl.src.xml |  2 +-
 .../themes/default/html/views/projectlist/edit.php | 17 ++++------
 .../html/views/projectlist/edit.tpl.src.xml        | 19 +++++------
 .../default/html/views/projectlist/history.php     |  2 +-
 .../html/views/projectlist/history.tpl.src.xml     |  2 +-
 .../ui/themes/default/html/views/template/edit.php |  2 +-
 .../default/html/views/template/edit.tpl.src.xml   |  2 +-
 .../default/html/views/templatelist/edit.php       | 21 +++++-------
 .../html/views/templatelist/edit.tpl.src.xml       | 20 +++++------
 .../ui/themes/default/html/views/user/history.php  |  2 +-
 .../default/html/views/user/history.tpl.src.xml    |  2 +-
 .../themes/default/html/views/user/memberships.php |  2 +-
 .../html/views/user/memberships.tpl.src.xml        |  2 +-
 .../ui/themes/default/html/views/user/rights.php   |  2 +-
 .../default/html/views/user/rights.tpl.src.xml     |  2 +-
 .../themes/default/html/views/usergroup/edit.php   |  2 +-
 .../default/html/views/usergroup/edit.tpl.src.xml  |  2 +-
 .../ui/themes/default/html/views/userlist/edit.php | 17 ++++------
 .../default/html/views/userlist/edit.tpl.src.xml   | 17 ++++------
 modules/cms/ui/themes/default/script/openrat.js    | 39 +++++++++++++++++-----
 .../cms/ui/themes/default/script/openrat.min.js    |  8 ++---
 .../cms/ui/themes/default/script/openrat/common.js | 32 ++++++++++++++----
 .../script/plugin/jquery-plugin-orLinkify.js       |  5 ++-
 .../ui/themes/default/style/openrat-button.less    |  4 +++
 .../cms/ui/themes/default/style/openrat-ui.less    |  9 +++++
 modules/cms/ui/themes/default/style/openrat.css    | 13 ++++++--
 .../cms/ui/themes/default/style/openrat.min.css    |  4 +--
 .../components/html/component_table/table.js       |  2 +-
 55 files changed, 233 insertions(+), 194 deletions(-)