Commit 5606360a96567f90252a00a57ace7e6a805e8ff1

Authored by bshuttle
1 parent 6465082c

fix for KTS-708


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5154 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/documenttypes/list.smarty
@@ -13,7 +13,7 @@ please enter a name for the type below.{/i18n}</p> @@ -13,7 +13,7 @@ please enter a name for the type below.{/i18n}</p>
13 {/foreach} 13 {/foreach}
14 14
15 <div class="form_actions"> 15 <div class="form_actions">
16 -<input type="hidden" name="action" value="{i18n}new{/i18n}"> 16 +<input type="hidden" name="action" value="new">
17 <input type="submit" name="submit" value="{i18n}Create{/i18n}"> 17 <input type="submit" name="submit" value="{i18n}Create{/i18n}">
18 </div> 18 </div>
19 </fieldset> 19 </fieldset>