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 | |
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')
-rw-r--r-- | template/en/default/admin/custom_fields/edit.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 5 |
2 files changed, 6 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> diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index cdc5158cf..4a7c4591c 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -165,6 +165,11 @@ The new custom field '[% name FILTER html %]' has been successfully created. + [% ELSIF message_tag == "custom_field_updated" %] + [% title = "Custom Field Updated" %] + Properties of the '[% name FILTER html %]' field have been + successfully updated. + [% ELSIF message_tag == "emailold_change_cancelled" %] [% title = "Cancel Request to Change Email Address" %] The request to change the email address for your account to |