| 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 <div class="displaytable"> | 3 <div class="displaytable"> |
| 4 <section id="startupSection"> | 4 <section id="startupSection"> |
| 5 <h3 i18n-content="startupGroupName"></h3> | 5 <h3 i18n-content="startupGroupName"></h3> |
| 6 <div> | 6 <div> |
| 7 <div class="radio"> | 7 <div class="radio"> |
| 8 <label> | 8 <label> |
| 9 <input type="radio" name="startup" pref="session.restore_on_startup" | 9 <input type="radio" name="startup" value="0" |
| 10 value="0" metric="Options_Startup_Homepage"> | 10 metric="Options_Startup_Homepage"> |
| 11 <span i18n-content="startupShowDefaultAndNewTab"></span> | 11 <span i18n-content="startupShowDefaultAndNewTab"></span> |
| 12 </label> | 12 </label> |
| 13 </div> | 13 </div> |
| 14 <div class="radio"> | 14 <div class="radio"> |
| 15 <label> | 15 <label> |
| 16 <input type="radio" name="startup" pref="session.restore_on_startup" | 16 <input type="radio" name="startup" value="1" |
| 17 value="1" metric="Options_Startup_LastSession"> | 17 metric="Options_Startup_LastSession"> |
| 18 <span i18n-content="startupShowLastSession"></span> | 18 <span i18n-content="startupShowLastSession"></span> |
| 19 </label> | 19 </label> |
| 20 </div> | 20 </div> |
| 21 <div class="radio"> | 21 <div class="radio"> |
| 22 <label> | 22 <label> |
| 23 <input id="startupShowPagesButton" type="radio" name="startup" | 23 <input id="startupShowPagesButton" type="radio" name="startup" |
| 24 pref="session.restore_on_startup" value="4" | 24 value="2" metric="Options_Startup_Custom"> |
| 25 metric="Options_Startup_Custom"> | |
| 26 <span id="startupShowPagesLabel" | 25 <span id="startupShowPagesLabel" |
| 27 i18n-content="startupShowPages"></span> | 26 i18n-content="startupShowPages"></span> |
| 28 </label> | 27 </label> |
| 29 </div> | 28 </div> |
| 30 <div class="suboption"> | 29 <div class="suboption"> |
| 31 <div id="startupPageManagement" class="settings-list"> | 30 <div id="startupPageManagement" class="settings-list"> |
| 32 <list id="startupPagesList"></list> | 31 <list id="startupPagesList"></list> |
| 33 <div> | 32 <div> |
| 34 <button id="startupUseCurrentButton" | 33 <button id="startupUseCurrentButton" |
| 35 i18n-content="startupUseCurrent"></button> | 34 i18n-content="startupUseCurrent"></button> |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 <div> | 113 <div> |
| 115 <button id="defaultBrowserUseAsDefaultButton" | 114 <button id="defaultBrowserUseAsDefaultButton" |
| 116 i18n-content="defaultBrowserUseAsDefault"></button> | 115 i18n-content="defaultBrowserUseAsDefault"></button> |
| 117 <div id="defaultBrowserState" | 116 <div id="defaultBrowserState" |
| 118 i18n-content="defaultBrowserUnknown"></div> | 117 i18n-content="defaultBrowserUnknown"></div> |
| 119 </div> | 118 </div> |
| 120 </section> | 119 </section> |
| 121 </if> | 120 </if> |
| 122 </div> | 121 </div> |
| 123 </div> | 122 </div> |
| OLD | NEW |