summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/keywords/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/keywords/create.html.tmpl')
-rwxr-xr-xtemplate/en/default/admin/keywords/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index 6811b9997..d7ff49039 100755
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
@@ -31,7 +31,6 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
- <input type="hidden" name="id" value="-1">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value=""></td>
@@ -45,6 +44,7 @@
</tr>
</table>
<hr>
+ <input type="hidden" name="id" value="-1">
<input type="submit" value="Add">
<input type="hidden" name="action" value="new">
</form>