Commit
commit ac5465ed919577b7218eb9d04976efa973c59c44 Author: Jan DankertDate: Thu Feb 27 22:30:13 2020 +0100 New: ValueExpressions are able to contain other Value objects. Now data-driven messages are possible again :) .../ui/themes/default/html/views/element/info.php | 2 +- .../themes/default/html/views/folder/advanced.php | 2 +- .../ui/themes/default/html/views/group/rights.php | 2 +- .../themes/default/html/views/object/aclform.php | 2 +- .../ui/themes/default/html/views/object/rights.php | 2 +- .../cms/ui/themes/default/html/views/page/edit.php | 2 +- .../cms/ui/themes/default/html/views/page/info.php | 2 +- .../themes/default/html/views/pageelement/info.php | 2 +- .../themes/default/html/views/pageelement/prop.php | 2 +- .../ui/themes/default/html/views/project/edit.php | 2 +- .../ui/themes/default/html/views/template/edit.php | 2 +- .../ui/themes/default/html/views/user/rights.php | 2 +- .../components/html/text/Text.class.php | 2 +- modules/template_engine/element/Value.class.php | 45 ++++++++++++++-------- .../element/ValueExpression.class.php | 27 ++++++++----- 15 files changed, 59 insertions(+), 39 deletions(-)