Commit

commit 99c106baf0ccdb3e99c7ff8d4048be20f05df667
Author: Jan Dankert 
Date:   Tue May 14 02:12:33 2019 +0200

    QR-Code in Info-Popup anzeigen, Benutzer-Eigenschaften nicht sofort editierbar.

 modules/cms-core/action/UserAction.class.php       | 1066 ++++++++++----------
 modules/cms-core/auth/InternalAuth.class.php       |    2 +-
 .../cms-ui/themes/default/html/views/page/info.php |   23 +-
 .../default/html/views/page/info.tpl.src.xml       |   20 +-
 .../themes/default/html/views/title/show.php       |    2 +-
 .../default/html/views/title/show.tpl.src.xml      |    2 +-
 .../cms-ui/themes/default/html/views/user/info.php |  251 ++++-
 .../default/html/views/user/info.tpl.src.xml       |  224 +++-
 .../default/html/views/user/{edit.php => prop.php} |   48 +-
 .../user/{edit.tpl.src.xml => prop.tpl.src.xml}    |   29 +-
 .../themes/default/production/combined.min.css     |    2 +-
 .../themes/default/production/combined.min.js      |    8 +-
 modules/cms-ui/themes/default/script/openrat.js    |    2 +-
 .../cms-ui/themes/default/script/openrat.min.js    |    4 +-
 modules/cms-ui/themes/default/style/openrat-ui.css |   36 +-
 .../cms-ui/themes/default/style/openrat-ui.less    |   36 +-
 .../cms-ui/themes/default/style/openrat-ui.min.css |    2 +-
 .../themes/default/style/openrat-workbench.css     |    3 +-
 .../themes/default/style/openrat-workbench.less    |    1 -
 .../themes/default/style/openrat-workbench.min.css |    2 +-
 .../themes/default/style/theme/openrat-theme.less  |  104 +-
 .../components/html/qrcode/Qrcode.class.php        |    2 +-
 .../components/html/qrcode/qrcode.js               |   20 +-
 .../components/html/qrcode/qrcode.min.js           |    2 +-
 24 files changed, 1126 insertions(+), 765 deletions(-)