diff options
author | Martijn Ras <martijn.ras@gmail.com> | 2010-10-20 19:42:03 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-20 19:42:03 +0200 |
commit | 7c94f7af271125fef6224ebe166d645085e349b8 (patch) | |
tree | dedcceebe5eee36f0c07b80c00ecf1d98ad1abfe /template/en/default/email | |
parent | aa66bc8ab5ad344f156d9fc2895983ff2216b8a5 (diff) | |
download | bugzilla-7c94f7af271125fef6224ebe166d645085e349b8.tar.gz bugzilla-7c94f7af271125fef6224ebe166d645085e349b8.tar.xz |
Bug 605412: Remove "configure bugmail" from bugmail (newchangedmail)
r/a=LpSolit
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 5 | ||||
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 9d6fa5982..9c5283306 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -39,11 +39,6 @@ </div> [% END %] </p> - <p> - <a href="[% urlbase FILTER html %]userprefs.cgi?tab=email"> - Configure [% terms.bug %]mail - </a> - </p> <span>You are receiving this mail because:</span> diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index 31efaba33..86db5c0a2 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -36,7 +36,6 @@ [% END %] -- [%# Protect the trailing space of the signature marker %] -Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email ------- You are receiving this mail because: ------- [% SET reason_lines = [] %] [% FOREACH reason = reasons %] |