From 93f19394787e74fba805dafb71092c551151ef22 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 22 Sep 2006 10:36:46 +0000 Subject: [PATCH] add missing workflow page. --- templates/ktcore/workflow/admin/manage_notifications.smarty | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/workflow/admin/manage_notifications.smarty 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)}
+ -- libgit2 0.21.4