summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2016-09-12 18:33:42 +0200
committerGervase Markham <gerv@mozilla.org>2016-09-12 18:33:42 +0200
commit3d7f4c7c6d6c9c8b478d67ec7ef4fe69e30a2184 (patch)
treec842bf1b2d5ed1db89ece53da062e03a4de7654f /template/en/default/global
parenta43b2bbd196e4afe9c8d77dc5e4d0b09e1c1f3bd (diff)
downloadbugzilla-3d7f4c7c6d6c9c8b478d67ec7ef4fe69e30a2184.tar.gz
bugzilla-3d7f4c7c6d6c9c8b478d67ec7ef4fe69e30a2184.tar.xz
Bug 1070122 - add option to send test email to Params page
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/messages.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index 9f6464601..5db6aeb93 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -544,6 +544,16 @@
No changes made to milestone <em>[% milestone.name FILTER html %]</em>.
[% END %]
+ [% ELSIF message_tag == "mta_param_tests_run" %]
+ [% title = "Parameters Updated And Test Email Sent" %]
+ [% IF param_changed.size > 0 %]
+ [% FOREACH param = param_changed %]
+ Changed <em>[% param FILTER html %]</em>.<br>
+ [% END %]
+ <br>
+ [% END %]
+ Test mail sent to [% user.email %].
+
[% ELSIF message_tag == "parameters_updated" %]
[% title = "Parameters Updated" %]
[% IF param_changed.size > 0 %]