diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-24 15:36:32 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-24 15:36:32 +0200 |
commit | a6b800f4199e07583942603d555e955504ca8e15 (patch) | |
tree | b5332547c15b9a4d35751e8a0ad18e812442da48 /extensions/Needinfo/template/en/default | |
parent | 163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12 (diff) | |
download | bugzilla-a6b800f4199e07583942603d555e955504ca8e15.tar.gz bugzilla-a6b800f4199e07583942603d555e955504ca8e15.tar.xz |
Bug 803545 - Should be able to enter partial needinfo flag requestee
Diffstat (limited to 'extensions/Needinfo/template/en/default')
-rw-r--r-- | extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl b/extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl new file mode 100644 index 000000000..90f0cc584 --- /dev/null +++ b/extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl @@ -0,0 +1,11 @@ +[%# 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 bug/needinfo.html.tmpl + bug = bug +%] |