Commit 5e6ae707adc379db8207f3e8c909eb55f98e332d

Authored by Neil Blakey-Milner
1 parent f5a35937

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