blob: 98d5248bf828375dd065734b4b795ba2ea790ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<div id="reset-profile-settings-overlay" class="page not-resizable" hidden>
<div class="close-button"></div>
<h1 i18n-content="resetProfileSettingsOverlay"></h1>
<div id="reset-profile-settings-content-area" class="content-area">
<span i18n-content="resetProfileSettingsExplanation"></span>
</div>
<div class="action-area">
<div class="hbox stretch">
<a target="_blank" i18n-content="learnMore"
i18n-values="href:resetProfileSettingsLearnMoreUrl">
</a>
</div>
<div class="action-area-right">
<div id="reset-profile-settings-throbber" class="throbber"></div>
<div class="button-strip">
<button id="reset-profile-settings-dismiss" i18n-content="cancel">
</button>
<button id="reset-profile-settings-commit"
i18n-content="resetProfileSettingsCommit">
</button>
</div>
</div>
</div>
<div id="feedback-bar" class="gray-bottom-bar checkbox">
<span class="controlled-setting-with-label">
<input id="send-settings" type="checkbox" checked>
<span>
<label for="send-settings" i18n-content="resetProfileSettingsFeedback">
</label>
<div id='expand-feedback'></div>
</span>
</span>
<div id="feedback-template" hidden>
<div>
<table>
<tr jsselect="feedbackInfo">
<td class="key"><span jscontent="key">KEY</span></td>
<td class="value"><span jscontent="value">VALUE</span></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
|