Commit 01e6f440bf9baa28b69023ca9f7e478860c83ab4
1 parent
06c280e4
action is now updateReplacement
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3482 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/manage_help_item.smarty
| ... | ... | @@ -10,7 +10,7 @@ tinyMCE.init({ |
| 10 | 10 | |
| 11 | 11 | <form method="POST" action="{$smarty.server.PHP_SELF}"> |
| 12 | 12 | <input type="hidden" name="id" value="{$help->iId}"> |
| 13 | -<input type="hidden" name="action" value="update"> | |
| 13 | +<input type="hidden" name="action" value="updateReplacement"> | |
| 14 | 14 | <textarea cols="60" rows="20" name="description">{$help->sDescription|escape}</textarea> |
| 15 | 15 | <input type="submit" name="submit" value="Update"> |
| 16 | 16 | </form> | ... | ... |