diff options
author | lpsolit%gmail.com <> | 2006-08-22 06:42:55 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-22 06:42:55 +0200 |
commit | 8076d034878ebc044b30e8203594b8099a50ac57 (patch) | |
tree | dbc79d7410bc2f7614aebf4c6b24e77ba0ba5889 /template | |
parent | fcb6d45d570dd22c1219b02c36ba08d235912d4d (diff) | |
download | bugzilla-8076d034878ebc044b30e8203594b8099a50ac57.tar.gz bugzilla-8076d034878ebc044b30e8203594b8099a50ac57.tar.xz |
Bug 349367: Display a message when a custom field has been successfully created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 2e1878b5f..cdc5158cf 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -160,6 +160,11 @@ Click <a href="[% redirect_url FILTER html %]">here</a> if the page does not automatically refresh. + [% ELSIF message_tag == "custom_field_created" %] + [% title = "Custom Field Created" %] + The new custom field '[% name FILTER html %]' has been + successfully created. + [% ELSIF message_tag == "emailold_change_cancelled" %] [% title = "Cancel Request to Change Email Address" %] The request to change the email address for your account to |