From 3d19be98c12638ad2fb6a7edbaa8cea8fab006af Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 27 Aug 2006 00:40:20 +0000 Subject: Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/custom_fields/edit.html.tmpl | 2 +- template/en/default/global/messages.html.tmpl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'template') 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 @@
- +

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 -- cgit v1.2.3-24-g4f1b