| 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 id="startup-section-content"> | 3 <div id="startup-section-content"> |
| 4 <div class="radio controlled-setting-with-label" | 4 <div class="radio controlled-setting-with-label" |
| 5 id="newtab-section-content"> | 5 id="newtab-section-content"> |
| 6 <label> | 6 <label> |
| 7 <input type="radio" name="startup" value="5" | 7 <input type="radio" name="startup" value="5" |
| 8 pref="session.restore_on_startup" | 8 pref="session.restore_on_startup" |
| 9 metric="Options_Startup_NewTab"> | 9 metric="Options_Startup_NewTab"> |
| 10 <span> | 10 <span i18n-content="startupShowNewTab"></span> |
| 11 <span i18n-content="startupShowNewTab"></span> | |
| 12 <span class="controlled-setting-indicator" | |
| 13 pref="session.restore_on_startup" value="5"></span> | |
| 14 </span> | |
| 15 </label> | 11 </label> |
| 12 <span class="controlled-setting-indicator" |
| 13 pref="session.restore_on_startup" value="5"></span> |
| 16 </div> | 14 </div> |
| 17 <div class="radio controlled-setting-with-label"> | 15 <div class="radio controlled-setting-with-label"> |
| 18 <label> | 16 <label> |
| 19 <input id="startup-restore-session" type="radio" name="startup" | 17 <input id="startup-restore-session" type="radio" name="startup" |
| 20 value="1" pref="session.restore_on_startup" | 18 value="1" pref="session.restore_on_startup" |
| 21 metric="Options_Startup_LastSession"> | 19 metric="Options_Startup_LastSession"> |
| 22 <span> | 20 <span i18n-content="startupRestoreLastSession"></span> |
| 23 <span i18n-content="startupRestoreLastSession"></span> | |
| 24 <span class="controlled-setting-indicator" | |
| 25 pref="session.restore_on_startup" value="1"></span> | |
| 26 </span> | |
| 27 </label> | 21 </label> |
| 22 <span class="controlled-setting-indicator" |
| 23 pref="session.restore_on_startup" value="1"></span> |
| 28 </div> | 24 </div> |
| 29 <div class="radio controlled-setting-with-label"> | 25 <div class="radio controlled-setting-with-label"> |
| 30 <label> | 26 <label> |
| 31 <input id="startup-show-pages" type="radio" name="startup" | 27 <input id="startup-show-pages" type="radio" name="startup" |
| 32 pref="session.restore_on_startup" | 28 pref="session.restore_on_startup" |
| 33 value="4" metric="Options_Startup_Custom"> | 29 value="4" metric="Options_Startup_Custom"> |
| 34 <span> | 30 <span i18n-content="startupShowPages"></span> |
| 35 <span i18n-content="startupShowPages"></span> | |
| 36 <span class="controlled-setting-indicator" | |
| 37 pref="session.restore_on_startup" value="4"></span> | |
| 38 </span> | |
| 39 </label> | 31 </label> |
| 32 <span class="controlled-setting-indicator" |
| 33 pref="session.restore_on_startup" value="4"></span> |
| 40 <button id="startup-set-pages" class="link-button" | 34 <button id="startup-set-pages" class="link-button" |
| 41 i18n-content="startupSetPages"> | 35 i18n-content="startupSetPages"> |
| 42 </button> | 36 </button> |
| 43 <span class="controlled-setting-indicator" | 37 <span class="controlled-setting-indicator" |
| 44 pref="session.startup_urls"> | 38 pref="session.startup_urls"> |
| 45 </span> | 39 </span> |
| 46 </div> | 40 </div> |
| 47 </div> | 41 </div> |
| 48 </section> | 42 </section> |
| OLD | NEW |