From 3b5e2f55f44f870563b8ea59453971d85be2f2c4 Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 16 Nov 2005 21:32:21 +0000 Subject: [PATCH] Fix the workflow fixme in the template --- templates/kt3/fieldsets/generic.smarty | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/templates/kt3/fieldsets/generic.smarty b/templates/kt3/fieldsets/generic.smarty index db92165..21643c6 100644 --- a/templates/kt3/fieldsets/generic.smarty +++ b/templates/kt3/fieldsets/generic.smarty @@ -17,8 +17,15 @@
Document Type
{$document_type}
-
Status
-
{$workflow_state} (see workflow)
+
Workflow status
+
+{if $workflow_state} +{$workflow_state->getName()} +{else} +No workflow +{/if} +(manage workflow) +
- \ No newline at end of file + -- libgit2 0.21.4