diff options
author | gerv%gerv.net <> | 2002-06-14 16:20:03 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-06-14 16:20:03 +0200 |
commit | 4cfc5ee9bf261958ceeae0c205e7122ceea8ad2d (patch) | |
tree | 0ee8c82869621eb199c72a471ba25a2cebe690d3 | |
parent | e2fce063147d56b9bfc7e62085789e14a3529594 (diff) | |
download | bugzilla-4cfc5ee9bf261958ceeae0c205e7122ceea8ad2d.tar.gz bugzilla-4cfc5ee9bf261958ceeae0c205e7122ceea8ad2d.tar.xz |
Bug 151122 - Email prefs: Reporter / Owner messed up. Patch by jouni; r=gerv, bbbaetz.
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index da57a8713..e3ff6b86c 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -140,7 +140,7 @@ { name = 'Other', description = 'Any field not mentioned above changes' } ] %] <tr> - [% FOREACH role = [ "Owner", "Reporter", "QAcontact", "CClist", "Voter" ] + [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ] %] <td align="center"> <input type="checkbox" name="email[% role %][% reason.name %]" value="on" |