diff options
author | lpsolit%gmail.com <> | 2006-04-05 08:31:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-04-05 08:31:13 +0200 |
commit | c8458af4ba895a5614c44fe9f85795f2142efb5a (patch) | |
tree | 5c632cdcfbe2756a99e9933b203d0c64fe53ccc5 /template/en/default/email | |
parent | b0b4c4fce29ca6ea88675165f2e7f6100609e9e7 (diff) | |
download | bugzilla-c8458af4ba895a5614c44fe9f85795f2142efb5a.tar.gz bugzilla-c8458af4ba895a5614c44fe9f85795f2142efb5a.tar.xz |
Bug 275637: Templatise 'voteremovedmail' email - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/votes-removed.txt.tmpl | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/template/en/default/email/votes-removed.txt.tmpl b/template/en/default/email/votes-removed.txt.tmpl new file mode 100644 index 000000000..e9f1db34c --- /dev/null +++ b/template/en/default/email/votes-removed.txt.tmpl @@ -0,0 +1,38 @@ +[%# 1.0@bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Emmanuel Seyman <eseyman@linagora.com> + #%] + +[% PROCESS global/variables.none.tmpl %] + +From: bugzilla-daemon +To: [% to %] +Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed. + +Some or all of your votes have been removed from [% terms.bug %] [%+ bugid %]. + +[% votesoldtext %] + +[% votesnewtext %] + +Reason: [% reason %] + + +[% Param("urlbase") %]show_bug.cgi?id=[% bugid %] + |