summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/keywords/edit.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2003-12-10 10:31:24 +0100
committerjocuri%softhome.net <>2003-12-10 10:31:24 +0100
commita68d8e889aa22f82315c7106bf5ed27d6de2365b (patch)
tree721a0cd785c11d6a310e9f9062fbe14ce954210a /template/en/default/admin/keywords/edit.html.tmpl
parentbcccebe2c5955d122ce193bf3c2e4a9335e98788 (diff)
downloadbugzilla-a68d8e889aa22f82315c7106bf5ed27d6de2365b.tar.gz
bugzilla-a68d8e889aa22f82315c7106bf5ed27d6de2365b.tar.xz
Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave.
Diffstat (limited to 'template/en/default/admin/keywords/edit.html.tmpl')
-rwxr-xr-xtemplate/en/default/admin/keywords/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index 2f84e147a..46479b497 100755
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
@@ -35,7 +35,6 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
- <input type="hidden" name="id" value="[% keyword_id %]">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value="[% name FILTER html %]"></td>
@@ -61,6 +60,7 @@
<input type="submit" value="Update">
<input type="hidden" name="action" value="update">
+ <input type="hidden" name="id" value="[% keyword_id %]">
</form>
<p><a href="editkeywords.cgi">Edit other keywords</a>.</p>