From 79390dbded1841cfae5e20dd10fcd41751fdffd7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 15 Apr 2017 18:23:04 +0200 Subject: [PATCH] More actions implemented --- Theme/Backend/task-create.tpl.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/task-create.tpl.php b/Theme/Backend/task-create.tpl.php index 05c1a0b..3460c3a 100644 --- a/Theme/Backend/task-create.tpl.php +++ b/Theme/Backend/task-create.tpl.php @@ -32,11 +32,18 @@ echo $this->getData('nav')->render(); ?> { "listener": "click", "action": [ {"type": "dom.popup", "tpl": "acc-grp-tpl", "aniIn": "fadeIn"}, - {"type": "message.request", "uri": "", "method": "GET", "request_type": "json"}, + {"type": "message.request", "uri": "", "method": "GET", "request_type": "json"}, {"type": "dom.table.append", "id": "acc-grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1} ] } - ]' formaction=""> + ]' formaction="">