diff options
author | Byron Jones <glob@mozilla.com> | 2014-12-16 06:50:40 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-12-16 06:50:40 +0100 |
commit | b4948d49587a7dab4a3a55c9169a2de2ff975736 (patch) | |
tree | 2f5f0d3253667c9f7675f9b55765f444ef160df2 /extensions/BMO/template/en/default | |
parent | fc43974e16275e2e85ab88dbb63a3e5c0fd6a08e (diff) | |
download | bugzilla-b4948d49587a7dab4a3a55c9169a2de2ff975736.tar.gz bugzilla-b4948d49587a7dab4a3a55c9169a2de2ff975736.tar.xz |
Bug 1107247: Updates to Spreadsheet Data in form.dev-engagement-event
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-dev-engagement-event.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl | 18 |
2 files changed, 18 insertions, 4 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-dev-engagement-event.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-dev-engagement-event.html.tmpl index 9665bcc27..5d1771013 100644 --- a/extensions/BMO/template/en/default/bug/create/create-dev-engagement-event.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-dev-engagement-event.html.tmpl @@ -134,7 +134,7 @@ </div> <div class="form_section"> - <div class="field_label"> + <div class="field_label required"> Is this a developer event? </div> <select id="developer_event" name="developer_event"> @@ -149,7 +149,7 @@ </div> <div class="form_section"> - <div class="field_label"> + <div class="field_label required"> Is someone from Mozilla attending? </div> <select id="mozilla_attending" name="mozilla_attending"> diff --git a/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl b/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl index 0c90b97b9..8a1580850 100644 --- a/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl @@ -1,5 +1,19 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + [% IF message_tag == "employee_incident_creation_failed" %] - The [% terms.bug %] was created successfully, but the dependent - Employee Incident [% terms.bug %] creation failed. The error has + The [% terms.bug %] was created successfully, but the dependent + Employee Incident [% terms.bug %] creation failed. The error has been logged and no further action is required at this time. + +[% ELSIF message_tag == "dev_engagement_creation_failed" %] + The [% terms.bug %] was created successfully, but the dependent + discussion [% terms.bug %] creation failed. The error has + been logged and no further action is required at this time. + [% END %] |