| OLD | NEW |
| 1 <div id="browserPage" class="page hidden"> | 1 <div id="browserPage" class="page" hidden> |
| 2 <h1 i18n-content="browserPage"></h1> | 2 <h1 i18n-content="browserPage"></h1> |
| 3 <section id="startupSection"> | 3 <section id="startupSection"> |
| 4 <h3 i18n-content="startupGroupName"></h3> | 4 <h3 i18n-content="startupGroupName"></h3> |
| 5 <div> | 5 <div> |
| 6 <div class="radio"> | 6 <div class="radio"> |
| 7 <label> | 7 <label> |
| 8 <input type="radio" name="startup" pref="session.restore_on_startup" | 8 <input type="radio" name="startup" pref="session.restore_on_startup" |
| 9 value="0" metric="Options_Startup_Homepage"> | 9 value="0" metric="Options_Startup_Homepage"> |
| 10 <span i18n-content="startupShowDefaultAndNewTab"></span> | 10 <span i18n-content="startupShowDefaultAndNewTab"></span> |
| 11 </label> | 11 </label> |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 <h3 i18n-content="defaultBrowserGroupName"></h3> | 109 <h3 i18n-content="defaultBrowserGroupName"></h3> |
| 110 <div> | 110 <div> |
| 111 <button id="defaultBrowserUseAsDefaultButton" | 111 <button id="defaultBrowserUseAsDefaultButton" |
| 112 i18n-content="defaultBrowserUseAsDefault"></button> | 112 i18n-content="defaultBrowserUseAsDefault"></button> |
| 113 <div id="defaultBrowserState" | 113 <div id="defaultBrowserState" |
| 114 i18n-content="defaultBrowserUnknown"></div> | 114 i18n-content="defaultBrowserUnknown"></div> |
| 115 </div> | 115 </div> |
| 116 </section> | 116 </section> |
| 117 </if> | 117 </if> |
| 118 </div> | 118 </div> |
| OLD | NEW |