Commit ca3c99b1 authored by Dan Langille's avatar Dan Langille Committed by Gervase Markham

Bug 1223554: Add <div></div> in the email preferences page to customize sections.

parent 2363a2cd
......@@ -29,14 +29,14 @@
[% END %]
[% IF user.authorizer.can_change_email && Param('allowemailchange') %]
<p>
<p id="change_email">
If you want to change your e-mail address
<b>[% user.email FILTER html %]</b> to which [% terms.Bugzilla %] sends
notifications, click the "Account Information" tab above.
</p>
[% END %]
<p>
<p id="trivial_email">
If you don't like getting a notification for "trivial"
changes to [% terms.bugs %], you can use the settings below to
filter some or all notifications.
......@@ -68,6 +68,7 @@ function SetCheckboxes(setting) {
<hr>
<div id="global_options">
<h3>Global options</h3>
[% prefname = "email-$constants.REL_ANY-$constants.EVT_FLAG_REQUESTED" %]
......@@ -88,7 +89,9 @@ function SetCheckboxes(setting) {
[% END %]
<hr>
</div>
<div id="field_recipient_options">
<h3>Field/recipient specific options</h3>
[% events = [
......@@ -206,7 +209,9 @@ function SetCheckboxes(setting) {
</table>
<hr>
</div>
<div id="user_watching">
<h3>User Watching</h3>
<p>
......@@ -254,7 +259,9 @@ preferences for <em>their</em> relationship to the [% terms.bug %]
</p>
<hr>
</div>
<div id="ignore_bugs">
<h3>Ignore [% terms.Bugs %]</h3>
<p>
......@@ -294,3 +301,4 @@ preferences for <em>their</em> relationship to the [% terms.bug %]
<input type="text" id="add_ignored_bugs"
name="add_ignored_bugs" size="60">
</p>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment