From 41c948da467d1f918b59f3664e33ae5c3d6d7803 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 24 Oct 2005 10:30:38 +0000 Subject: [PATCH] Allow for roles and groups to be informed when a state is reached. --- templates/ktcore/workflow/editState.smarty | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/templates/ktcore/workflow/editState.smarty b/templates/ktcore/workflow/editState.smarty index 8053b23..86cf4f4 100644 --- a/templates/ktcore/workflow/editState.smarty +++ b/templates/ktcore/workflow/editState.smarty @@ -10,8 +10,26 @@ +

Inform

+ +

Please select which roles or groups should be +informed when this state is reached.

+ +

Roles

+{entity_checkboxes entities=$aRoles name="fRolesIds" multiple="true" selected=$aInformRoles assign=aBoxes} +{foreach from=$aBoxes item=sBox} +{$sBox}
+{/foreach} + +

Groups

+{entity_checkboxes entities=$aGroups name="fGroupIds" multiple="true" selected=$aInformGroups assign=aBoxes} +{foreach from=$aBoxes item=sBox} +{$sBox}
+{/foreach} + +

Transitions

{if $aTransitionsTo} -

Transitions to this state

+

Transitions to this state