| 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> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 <label> | 30 <label> |
| 31 <input id="startup-show-pages" type="radio" name="startup" | 31 <input id="startup-show-pages" type="radio" name="startup" |
| 32 pref="session.restore_on_startup" | 32 pref="session.restore_on_startup" |
| 33 value="4" metric="Options_Startup_Custom"> | 33 value="4" metric="Options_Startup_Custom"> |
| 34 <span> | 34 <span> |
| 35 <span i18n-content="startupShowPages"></span> | 35 <span i18n-content="startupShowPages"></span> |
| 36 <span class="controlled-setting-indicator" | 36 <span class="controlled-setting-indicator" |
| 37 pref="session.restore_on_startup" value="4"></span> | 37 pref="session.restore_on_startup" value="4"></span> |
| 38 </span> | 38 </span> |
| 39 </label> | 39 </label> |
| 40 <button id="startup-set-pages" class="link-button" | 40 <a is="action-link" id="startup-set-pages" |
| 41 i18n-content="startupSetPages"> | 41 i18n-content="startupSetPages"></a> |
| 42 </button> | |
| 43 <span class="controlled-setting-indicator" | 42 <span class="controlled-setting-indicator" |
| 44 pref="session.startup_urls"> | 43 pref="session.startup_urls"></span> |
| 45 </span> | |
| 46 </div> | 44 </div> |
| 47 </div> | 45 </div> |
| 48 </section> | 46 </section> |
| OLD | NEW |