| OLD | NEW |
| 1 <div id="home-page-overlay" class="page" hidden> | 1 <div id="home-page-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="homePageOverlay"></h1> | 3 <h1 i18n-content="homePageOverlay"></h1> |
| 4 <div class="content-area"> | 4 <div class="content-area"> |
| 5 <div class="radio"> | 5 <div class="radio"> |
| 6 <label> | 6 <label> |
| 7 <input id="homepage-use-ntp" type="radio" name="homepage" | 7 <input id="homepage-use-ntp" type="radio" name="homepage" |
| 8 pref="homepage_is_newtabpage" value="true" | 8 pref="homepage_is_newtabpage" value="true" |
| 9 metric="Options_Homepage_IsNewTabPage" dialog-pref> | 9 metric="Options_Homepage_IsNewTabPage" dialog-pref> |
| 10 <span i18n-content="homePageUseNewTab"></span> | 10 <span i18n-content="homePageUseNewTab"></span> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 </div> | 23 </div> |
| 24 </div> | 24 </div> |
| 25 <div class="action-area"> | 25 <div class="action-area"> |
| 26 <div class="button-strip"> | 26 <div class="button-strip"> |
| 27 <button id="home-page-cancel" type="reset" i18n-content="cancel"> | 27 <button id="home-page-cancel" type="reset" i18n-content="cancel"> |
| 28 </button> | 28 </button> |
| 29 <button id="home-page-confirm" i18n-content="ok"></button> | 29 <button id="home-page-confirm" i18n-content="ok"></button> |
| 30 </div> | 30 </div> |
| 31 </div> | 31 </div> |
| 32 </div> | 32 </div> |
| OLD | NEW |