diff --git a/templates/ktcore/workflowtriggers/moveaction.smarty b/templates/ktcore/workflowtriggers/moveaction.smarty new file mode 100644 index 0000000..99c5e18 --- /dev/null +++ b/templates/ktcore/workflowtriggers/moveaction.smarty @@ -0,0 +1,23 @@ +

{i18n}Move Action for Transition{/i18n}

+ +
+
+ {i18n}Move{/i18n} + + +{foreach from=$args item=val key=name} + +{/foreach} + +

{i18n}Specify which folder to which the document must be moved.{/i18n}

+ +{$breadcrumbs} + +{$collection->render()} + +
+ + {* FIXME how do I cancel again? *} +
+
+
\ No newline at end of file