Commit

commit 0a53509f860f325b053307dbd3572c0c747cbb38
Author: Jan Dankert 
Date:   Wed Sep 12 21:44:11 2018 +0200

    Listenauswahlen sind jetzt wieder möglich.

 modules/cms-core/action/TemplateAction.class.php   |  2 +-
 .../themes/default/html/views/folder/edit.php      | 16 +++---
 .../default/html/views/folder/edit.tpl.src.xml     | 16 +++---
 .../themes/default/html/views/grouplist/add.php    | 15 ++++++
 .../themes/default/html/views/grouplist/show.php   | 13 +++--
 .../default/html/views/language/advanced.php       |  6 +--
 .../themes/default/html/views/languagelist/add.php | 15 ++++++
 .../default/html/views/languagelist/show.php       |  6 +--
 .../html/views/languagelist/show.tpl.src.xml       |  6 +--
 .../themes/default/html/views/model/edit.php       |  4 +-
 .../themes/default/html/views/modellist/add.php    | 17 +++++++
 .../themes/default/html/views/modellist/show.php   |  8 +--
 .../default/html/views/modellist/show.tpl.src.xml  |  6 +--
 .../themes/default/html/views/template/edit.php    | 15 +++---
 .../default/html/views/template/edit.tpl.src.xml   | 10 ++--
 .../themes/default/html/views/template/remove.php  | 43 ++++++++++++++++
 .../default/html/views/template/remove.tpl.src.xml |  3 +-
 .../themes/default/html/views/templatelist/add.php | 57 ++++++++++++++++++++++
 .../default/html/views/templatelist/show.php       | 15 ++++--
 .../html/views/templatelist/show.tpl.src.xml       |  9 ++--
 .../themes/default/html/views/title/show.php       |  2 +-
 .../default/html/views/title/show.tpl.src.xml      |  2 +-
 .../cms-ui/themes/default/html/views/user/edit.php | 12 ++---
 .../themes/default/production/combined.min.js      |  8 +--
 .../script/plugin/jquery-plugin-orLinkify.js       |  2 +-
 .../script/plugin/jquery-plugin-orLinkify.min.js   |  2 +-
 26 files changed, 236 insertions(+), 74 deletions(-)