Commit 3b0f9a6662c60e30f5288cdb1d50d07e28b2d46c
1 parent
1eb089fa
fix for KTS-708
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5154 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/documenttypes/list.smarty
| ... | ... | @@ -13,7 +13,7 @@ please enter a name for the type below.{/i18n}</p> |
| 13 | 13 | {/foreach} |
| 14 | 14 | |
| 15 | 15 | <div class="form_actions"> |
| 16 | -<input type="hidden" name="action" value="{i18n}new{/i18n}"> | |
| 16 | +<input type="hidden" name="action" value="new"> | |
| 17 | 17 | <input type="submit" name="submit" value="{i18n}Create{/i18n}"> |
| 18 | 18 | </div> |
| 19 | 19 | </fieldset> | ... | ... |