Commit 4fd10f6987cbb252a19fb5b4b4db2f50d8cebfff

Authored by nbm
1 parent 21e3e09e

Follow the form rules and use POST and explicitly set action to PHP_SELF


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4773 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/workflow/manageActions.smarty
@@ -9,7 +9,7 @@ that "Edit Metadata" is an action you wish to control within this workflow; seco @@ -9,7 +9,7 @@ that "Edit Metadata" is an action you wish to control within this workflow; seco
9 you need to specify that the action is <strong>not</strong> to be made available 9 you need to specify that the action is <strong>not</strong> to be made available
10 when documents are in the "published" state.{/i18n}</p> 10 when documents are in the "published" state.{/i18n}</p>
11 11
12 -<form> 12 +<form action="{$smarty.server.PHP_SELF}" method="POST">
13 <fieldset><legend>{i18n}Specify Controlled Actions{/i18n}</legend> 13 <fieldset><legend>{i18n}Specify Controlled Actions{/i18n}</legend>
14 <p class="descriptiveText">{i18n}Select the actions you want this workflow 14 <p class="descriptiveText">{i18n}Select the actions you want this workflow
15 to control from the list below. Actions you do not specify will be available no 15 to control from the list below. Actions you do not specify will be available no