summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-11-25 06:02:55 +0100
committermkanat%bugzilla.org <>2009-11-25 06:02:55 +0100
commitc62ddd06ff62e627ffd411b8ccb0fa881e1591d0 (patch)
tree308982c5c2cc26ed7e2e730718cc1d84eb575ef5 /template/en/default/global/messages.html.tmpl
parent74060782dd67e3e960fac20c759bc025c91caece (diff)
downloadbugzilla-c62ddd06ff62e627ffd411b8ccb0fa881e1591d0.tar.gz
bugzilla-c62ddd06ff62e627ffd411b8ccb0fa881e1591d0.tar.xz
Bug 530252: Create a script that sets up the framework of an extension
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r--template/en/default/global/messages.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index bc6ca5601..1f63da79b 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -279,7 +279,12 @@
The request to change the email address for the
account [%+ old_email FILTER html %] to
[%+ new_email FILTER html %] has been canceled.
- Your old account settings have been reinstated.
+ Your old account settings have been reinstated.
+
+ [% ELSIF message_tag == "extension_created" %]
+ An extension named [% name FILTER html %] has been created
+ in [% path FILTER html %]. Make sure you change "YOUR NAME" and
+ "YOUR EMAIL ADDRESS" in the code to your name and your email address.
[% ELSIF message_tag == "field_value_created" %]
[% title = "New Field Value Created" %]