| OLD | NEW |
| 1 <div class="page hidden" id="browserPage"> | 1 <div class="page hidden" id="browserPage"> |
| 2 <h1 i18n-content="browserPage"></h1> | 2 <h1 i18n-content="browserPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <h3 i18n-content="startupGroupName"></h3> | 4 <h3 i18n-content="startupGroupName"></h3> |
| 5 <div> | 5 <div> |
| 6 <label><input type="radio" name="startup" | 6 <label><input type="radio" name="startup" |
| 7 pref="session.restore_on_startup" value="0"><span | 7 pref="session.restore_on_startup" value="0" |
| 8 i18n-content="startupShowDefaultAndNewTab"></span></label> | 8 metric="Options_Startup_Homepage"> |
| 9 <span i18n-content="startupShowDefaultAndNewTab"></span></label> |
| 9 <label><input type="radio" name="startup" | 10 <label><input type="radio" name="startup" |
| 10 pref="session.restore_on_startup" value="1"><span | 11 pref="session.restore_on_startup" value="1" |
| 11 i18n-content="startupShowLastSession"></span></label> | 12 metric="Options_Startup_LastSession"> |
| 13 <span i18n-content="startupShowLastSession"></span></label> |
| 12 <label><input type="radio" name="startup" id="startupShowPagesButton" | 14 <label><input type="radio" name="startup" id="startupShowPagesButton" |
| 13 pref="session.restore_on_startup" value="4"><span | 15 pref="session.restore_on_startup" value="4" |
| 14 i18n-content="startupShowPages"></span></label> | 16 metric="Options_Startup_Custom"> |
| 17 <span i18n-content="startupShowPages"></span></label> |
| 15 <div class="suboption"> | 18 <div class="suboption"> |
| 16 <div class="left-side-table"> | 19 <div class="left-side-table"> |
| 17 <div> | 20 <div> |
| 18 <list id="startupPages"></list> | 21 <list id="startupPages"></list> |
| 19 </div> | 22 </div> |
| 20 <div> | 23 <div> |
| 21 <div><button id="startupAddButton" | 24 <div><button id="startupAddButton" |
| 22 i18n-content="startupAddButton"></button></div> | 25 i18n-content="startupAddButton"></button></div> |
| 23 <div><button id="startupRemoveButton" | 26 <div><button id="startupRemoveButton" |
| 24 i18n-content="startupRemoveButton"></button></div> | 27 i18n-content="startupRemoveButton"></button></div> |
| 25 <div><button id="startupUseCurrentButton" | 28 <div><button id="startupUseCurrentButton" |
| 26 i18n-content="startupUseCurrent"></button></div> | 29 i18n-content="startupUseCurrent"></button></div> |
| 27 </div> | 30 </div> |
| 28 </div> | 31 </div> |
| 29 </div> | 32 </div> |
| 30 </div> | 33 </div> |
| 31 </section> | 34 </section> |
| 32 <section> | 35 <section> |
| 33 <h3 i18n-content="homepageGroupName"></h3> | 36 <h3 i18n-content="homepageGroupName"></h3> |
| 34 <div> | 37 <div> |
| 35 <label><input type="radio" name="homepage" | 38 <label><input type="radio" name="homepage" |
| 36 pref="homepage_is_newtabpage" value="true"><span | 39 pref="homepage_is_newtabpage" value="true" |
| 37 i18n-content="homepageUseNewTab"></span></label> | 40 metric="Options_Homepage_IsNewTabPage"> |
| 41 <span i18n-content="homepageUseNewTab"></span></label> |
| 38 <label><input type="radio" name="homepage" id="homepageUseURLButton" | 42 <label><input type="radio" name="homepage" id="homepageUseURLButton" |
| 39 pref="homepage_is_newtabpage" value="false"><span | 43 pref="homepage_is_newtabpage" value="false" |
| 40 i18n-content="homepageUseURL"></span></label> | 44 metric="Options_Homepage_IsNewTabPage"> |
| 45 <span i18n-content="homepageUseURL"></span></label> |
| 41 <div class="suboption"> | 46 <div class="suboption"> |
| 42 <input id="homepageURL" type="url" pref="homepage"> | 47 <input id="homepageURL" type="url" pref="homepage"> |
| 43 </div> | 48 </div> |
| 44 <div class="option"> | 49 <div class="option"> |
| 45 <label><input id="homepageShowButton" | 50 <label><input id="homepageShowButton" |
| 46 pref="browser.show_home_button" type="checkbox"><span | 51 pref="browser.show_home_button" |
| 47 i18n-content="homepageShowButton"></span></label> | 52 metric="Options_Homepage_HomeButton" type="checkbox"> |
| 53 <span i18n-content="homepageShowButton"></span></label> |
| 48 </div> | 54 </div> |
| 49 </div> | 55 </div> |
| 50 </section> | 56 </section> |
| 51 <section> | 57 <section> |
| 52 <h3 i18n-content="defaultSearchGroupName"></h3> | 58 <h3 i18n-content="defaultSearchGroupName"></h3> |
| 53 <div> | 59 <div> |
| 54 <select id="defaultSearchEngine" | 60 <select id="defaultSearchEngine" |
| 55 onchange="BrowserOptions.getInstance().setDefaultSearchEngine()"> | 61 onchange="BrowserOptions.getInstance().setDefaultSearchEngine()"> |
| 56 </select> | 62 </select> |
| 57 <button id="defaultSearchManageEnginesButton" | 63 <button id="defaultSearchManageEnginesButton" |
| 58 i18n-content="defaultSearchManageEnginesLink"></button> | 64 i18n-content="defaultSearchManageEnginesLink"></button> |
| 59 </div> | 65 </div> |
| 60 </section> | 66 </section> |
| 61 <if expr="not pp_ifdef('chromeos')"> | 67 <if expr="not pp_ifdef('chromeos')"> |
| 62 <section> | 68 <section> |
| 63 <h3 i18n-content="defaultBrowserGroupName"></h3> | 69 <h3 i18n-content="defaultBrowserGroupName"></h3> |
| 64 <div> | 70 <div> |
| 65 <div id="defaultBrowserState" | 71 <div id="defaultBrowserState" |
| 66 i18n-content="defaultBrowserUnknown"></div> | 72 i18n-content="defaultBrowserUnknown"></div> |
| 67 <button id="defaultBrowserUseAsDefaultButton" | 73 <button id="defaultBrowserUseAsDefaultButton" |
| 68 i18n-content="defaultBrowserUseAsDefault"></button> | 74 i18n-content="defaultBrowserUseAsDefault"></button> |
| 69 </div> | 75 </div> |
| 70 </section> | 76 </section> |
| 71 </if> | 77 </if> |
| 72 </div> | 78 </div> |
| OLD | NEW |