Commit 31e01cfaa0a32e2f22e40814b6d4e824a527bda7
1 parent
9c22fab5
pre-emptive fix for a move trigger bug.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5763 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
23 additions
and
0 deletions
templates/ktcore/workflowtriggers/moveaction.smarty
0 → 100644
| 1 | +<h2>{i18n}Move Action for Transition{/i18n}</h2> | |
| 2 | + | |
| 3 | +<form action="{$smarty.server.PHP_SELF}" method="POST"> | |
| 4 | +<fieldset> | |
| 5 | + <legend>{i18n}Move{/i18n}</legend> | |
| 6 | + | |
| 7 | + | |
| 8 | +{foreach from=$args item=val key=name} | |
| 9 | +<input type="hidden" name="{$name}" value="{$val}" /> | |
| 10 | +{/foreach} | |
| 11 | + | |
| 12 | +<p class="descriptiveText">{i18n}Specify which folder to which the document must be moved.{/i18n}</p> | |
| 13 | + | |
| 14 | +{$breadcrumbs} | |
| 15 | + | |
| 16 | +{$collection->render()} | |
| 17 | + | |
| 18 | +<div class="form_action"> | |
| 19 | + <input type="submit" value="{i18n}Save Trigger{/i18n}" /> | |
| 20 | + {* FIXME how do I cancel again? *} | |
| 21 | +</div> | |
| 22 | +</fieldset> | |
| 23 | +</form> | |
| 0 | 24 | \ No newline at end of file | ... | ... |