diff options
author | Byron Jones <bjones@mozilla.com> | 2012-02-07 08:29:29 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-02-07 08:29:29 +0100 |
commit | 8f46f1cc45215d0da05bdf548ce1c11902beead7 (patch) | |
tree | 59a098a00fc5bc42328f7317ac3921e349272b5e /extensions/BMO/template | |
parent | f91cf1d2fcb5abe80d60b257d0bce6bc3dc2dd8d (diff) | |
download | bugzilla-8f46f1cc45215d0da05bdf548ce1c11902beead7.tar.gz bugzilla-8f46f1cc45215d0da05bdf548ce1c11902beead7.tar.xz |
Bug 723512: add CC-count as a buglist column
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/field-descs-end.none.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/field-descs-end.none.tmpl b/extensions/BMO/template/en/default/hook/global/field-descs-end.none.tmpl new file mode 100644 index 000000000..2c8bb7494 --- /dev/null +++ b/extensions/BMO/template/en/default/hook/global/field-descs-end.none.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. + #%] + +[% IF in_template_var %] + [% vars.field_descs.cc_count = "CC Count" %] +[% END %] |