blob: c023b092386c115845d1a18c80d465e80f8aff70 [file] [log] [blame]
<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>
</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>