diff options
author | lpsolit%gmail.com <> | 2006-08-27 02:40:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-27 02:40:20 +0200 |
commit | 3d19be98c12638ad2fb6a7edbaa8cea8fab006af (patch) | |
tree | e646655cdf401a4f399e3d39bf711f8a6d961947 /template/en/default/admin | |
parent | 0f282627568f7f8ed401506f291730f871fc538a (diff) | |
download | bugzilla-3d19be98c12638ad2fb6a7edbaa8cea8fab006af.tar.gz bugzilla-3d19be98c12638ad2fb6a7edbaa8cea8fab006af.tar.xz |
Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/custom_fields/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index cb7b56a0a..def825e7c 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -89,7 +89,7 @@ <br> <input type="hidden" name="action" value="update"> <input type="hidden" name="name" value="[% field.name FILTER html %]"> - <input type="submit" id="edit" value="Submit" disabled="disabled"> + <input type="submit" id="edit" value="Submit"> </form> <p> |