From 09f15c6d2d26e20206e1c053e5c6c898cfd32680 Mon Sep 17 00:00:00 2001 From: Ricardo Velhote Date: Thu, 27 May 2010 00:31:46 +0100 Subject: [PATCH] add: subaction in account configuration chg: cancel button is now a submit button to allow us to redirect after a cancel to the correct action (user or group) --- swat/config/yaml/account.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swat/config/yaml/account.yaml b/swat/config/yaml/account.yaml index ba3685b..aa609ca 100644 --- a/swat/config/yaml/account.yaml +++ b/swat/config/yaml/account.yaml @@ -56,7 +56,8 @@ actions: link: name: 'add a new user' title: 'Add a New User to the Account Database' - action: adduser + action: user + subaction: add image: name: user-plus.png @@ -154,6 +155,7 @@ actions: name: 'cancel' title: 'Cancel User/Group creation' action: cancel + submit: True image: name: minus-circle.png -- 2.34.1