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