OLD | NEW |
1 <section id="startup-section" guest-visibility="hidden"> | 1 <section id="startup-section" guest-visibility="hidden"> |
2 <h3 i18n-content="sectionTitleStartup"></h3> | 2 <h3 i18n-content="sectionTitleStartup"></h3> |
3 <div> | 3 <div> |
4 <div class="radio"> | 4 <div class="radio"> |
5 <label> | 5 <label> |
6 <input id="startup-newtab" type="radio" name="startup" value="5" | 6 <input id="startup-newtab" type="radio" name="startup" value="5" |
7 pref="session.restore_on_startup" | 7 pref="session.restore_on_startup" |
8 metric="Options_Startup_NewTab"> | 8 metric="Options_Startup_NewTab"> |
9 <span i18n-content="startupShowNewTab"></span> | 9 <span i18n-content="startupShowNewTab"></span> |
10 </label> | 10 </label> |
(...skipping 16 matching lines...) Expand all Loading... |
27 value="4" metric="Options_Startup_Custom"> | 27 value="4" metric="Options_Startup_Custom"> |
28 <span> | 28 <span> |
29 <span i18n-content="startupShowPages"></span> | 29 <span i18n-content="startupShowPages"></span> |
30 <button id="startup-set-pages" class="link-button" | 30 <button id="startup-set-pages" class="link-button" |
31 i18n-content="startupSetPages"></button> | 31 i18n-content="startupSetPages"></button> |
32 </span> | 32 </span> |
33 </label> | 33 </label> |
34 </div> | 34 </div> |
35 </div> | 35 </div> |
36 </section> | 36 </section> |
OLD | NEW |