Commit

commit 84e2041635b40598788e52beee80722b5fa762e3
Author: Jan Dankert 
Date:   Tue Jul 3 01:35:10 2018 +0200

    Der Server muss einen Parameter "embed" erhalten um zu prüfen, ob die Antwort nur das Fragment oder die ganze Seite enthalten soll.

 modules/cms-core/action/LoginAction.class.php      |  5 +++++
 modules/cms-core/action/RequestParams.class.php    |  1 +
 modules/cms-core/action/StartAction.class.php      |  2 +-
 modules/cms-ui/UI.class.php                        | 23 +++++++++++++++-------
 modules/cms-ui/themes/default/layout/index.php     |  8 +++++---
 modules/cms-ui/themes/default/script/openrat.js    | 11 +++++++----
 .../cms-ui/themes/default/script/openrat.min.js    |  4 ++--
 .../components/html/form/Form.class.php            |  3 ++-
 8 files changed, 39 insertions(+), 18 deletions(-)