OLD | NEW |
1 <div id="home-page-overlay" class="page" hidden> | 1 <div id="home-page-overlay" class="page" hidden> |
2 <h1 i18n-content="homePageTitle"></h1> | 2 <h1 i18n-content="homePageTitle"></h1> |
3 <div class="content-area"> | 3 <div class="content-area"> |
4 <div class="radio"> | 4 <div class="hbox stretch box-align-center"> |
5 <label> | 5 <label for="homepageURL" i18n-content="homePageDialogLabel"></label> |
6 <input id="homepage-use-ntp" type="radio" name="homepage" value="true" | |
7 metric="Options_Homepage_IsNewTabPage" pref="homepage_is_newtabpage" | |
8 dialog-pref> | |
9 <span i18n-content="homepageUseNewTab">Use the New Tab page</span> | |
10 </label> | |
11 </div> | |
12 <div id="customHomePageGroup"> | |
13 <div class="radio"> | |
14 <label> | |
15 <input id="homepage-use-url" type="radio" name="homepage" | |
16 value="false" metric="Options_Homepage_IsNewTabPage" | |
17 pref="homepage_is_newtabpage" dialog-pref> | |
18 <span i18n-content="homepageUseURL">Open this page:</span> | |
19 </label> | |
20 </div> | |
21 <input id="homepageURL" type="url" | 6 <input id="homepageURL" type="url" |
22 class="weakrtl favicon-cell hbox stretch" | 7 class="weakrtl favicon-cell hbox stretch" |
23 data-type="url" pref="homepage" dialog-pref> | 8 data-type="url" pref="homepage" controlled-by="recommended" |
| 9 dialog-pref> |
24 </div> | 10 </div> |
25 </div> | 11 </div> |
26 <div class="action-area"> | 12 <div class="action-area"> |
27 <div class="button-strip"> | 13 <div class="button-strip"> |
28 <button id="home-page-cancel" type="reset" i18n-content="cancel"> | 14 <button id="home-page-cancel" type="reset" i18n-content="cancel"> |
29 </button> | 15 </button> |
30 <button id="home-page-confirm" type="submit" i18n-content="ok"></button> | 16 <button id="home-page-confirm" type="submit" i18n-content="ok"></button> |
31 </div> | 17 </div> |
32 </div> | 18 </div> |
33 </div> | 19 </div> |
OLD | NEW |