blob: 778c87015fe476283962d05251806389b9b50406 (
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
|
<section id="startup-section" guest-visibility="hidden">
<h3 i18n-content="sectionTitleStartup"></h3>
<div>
<div class="radio">
<label>
<input id="startup-newtab" type="radio" name="startup" value="5"
pref="session.restore_on_startup"
metric="Options_Startup_NewTab">
<span i18n-content="startupShowNewTab"></span>
</label>
</div>
<div class="radio">
<label>
<input id="startup-restore-session" type="radio" name="startup"
value="1" pref="session.restore_on_startup"
metric="Options_Startup_LastSession">
<span i18n-content="startupRestoreLastSession">
</span>
</label>
<a target="_blank" i18n-content="learnMore"
i18n-values="href:sessionRestoreLearnMoreURL"></a>
</div>
<div class="radio">
<label>
<input id="startup-show-pages" type="radio" name="startup"
pref="session.restore_on_startup"
value="4" metric="Options_Startup_Custom">
<span>
<span i18n-content="startupShowPages"></span>
<button id="startup-set-pages" class="link-button"
i18n-content="startupSetPages"></button>
</span>
</label>
</div>
</div>
</section>
|