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