diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-18 06:44:39 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-18 06:44:39 +0200 |
commit | 36bdc20658a16688e4e52b81aa46ef2b70a9103d (patch) | |
tree | 36392f11b36b7158f01ee1a7f056b6247c138366 /extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl | |
parent | 6ccf498c671f9e69ad6c316bbcf7a967760b6e7b (diff) | |
download | bugzilla-36bdc20658a16688e4e52b81aa46ef2b70a9103d.tar.gz bugzilla-36bdc20658a16688e4e52b81aa46ef2b70a9103d.tar.xz |
Bug 795980 - Changes in budget request form
Diffstat (limited to 'extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl')
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl b/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl new file mode 100644 index 000000000..9d9a1ffdc --- /dev/null +++ b/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl @@ -0,0 +1,27 @@ +[%# 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. + #%] + +[% PROCESS global/variables.none.tmpl %] + +[% PROCESS global/header.html.tmpl + title = "Mozilla Reps Budget Request Form" +%] + +<h1>Thank you!</h1> + +<p> + Your budget request has been successfully submitted. Please make sure to + follow-up with your mentor so (s)he can verify your request. CC him/her + on the bug if needed. +</p> + +<p style="font-size: x-small"> + Reference: <a href="show_bug.cgi?id=[% id FILTER url_quote %]">#[% id FILTER html %]</a> +</p> + +[% PROCESS global/footer.html.tmpl %] |