diff --git a/templates/ktcore/workflow/admin/manage_notifications.smarty b/templates/ktcore/workflow/admin/manage_notifications.smarty new file mode 100644 index 0000000..381e822 --- /dev/null +++ b/templates/ktcore/workflow/admin/manage_notifications.smarty @@ -0,0 +1,23 @@ +

{i18n}Workflow Notifications{/i18n}

+ +

{i18n}Please select which roles or groups should be informed when each state is reached.{/i18n}

+ + + + + + + + + + {foreach from=$states item=oState} + {assign value=$oState->getId() var=state_id} + + + + + + {/foreach} + +
{i18n}State{/i18n}{i18n}Edit{/i18n}{i18n}Existing Notifications{/i18n}
{$oState->getName()}{$context->describeStateNotifications($oState)}
+