OLD | NEW |
1 <div id="advancedPage" class="page" hidden> | 1 <div id="advancedPage" class="page" hidden> |
2 <h1 i18n-content="advancedPage"></h1> | 2 <h1 i18n-content="advancedPage"></h1> |
3 <div class="displaytable"> | 3 <div class="displaytable"> |
4 <section> | 4 <section> |
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
6 <div> | 6 <div> |
7 <div class="section-group"> | 7 <div class="section-group"> |
8 <button id="privacyContentSettingsButton" | 8 <button id="privacyContentSettingsButton" |
9 i18n-content="privacyContentSettingsButton"></button> | 9 i18n-content="privacyContentSettingsButton"></button> |
10 <button id="privacyClearDataButton" | 10 <button id="privacyClearDataButton" |
11 i18n-content="privacyClearDataButton"></button> | 11 i18n-content="privacyClearDataButton"></button> |
12 </div> | 12 </div> |
13 <div i18n-content="improveBrowsingExperience" | 13 <div i18n-content="improveBrowsingExperience" |
14 class="informational-text"> | 14 class="informational-text"> |
15 </div> | 15 </div> |
16 <div> | 16 <div> |
17 <span i18n-content="disableWebServices" | 17 <span i18n-content="disableWebServices" |
18 class="informational-text"> | 18 class="informational-text"> |
19 </span> | 19 </span> |
20 <a target="_blank" i18n-content="learnMore" | 20 <a target="_blank" i18n-content="learnMore" |
21 i18n-values="href:privacyLearnMoreURL"></a> | 21 i18n-values="href:privacyLearnMoreURL"></a> |
22 </div> | 22 </div> |
23 <div class="checkbox"> | 23 <div class="checkbox"> |
24 <label> | 24 <label> |
25 <input id="alternateErrorPagesEnabled" | 25 <input id="alternateErrorPagesEnabled" |
26 pref="alternate_error_pages.enabled" | 26 pref="alternate_error_pages.enabled" |
27 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 27 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
28 <span i18n-content="linkDoctorPref"></span> | 28 <span i18n-content="linkDoctorPref"></span> |
29 </label> | 29 </label> |
30 <span class="controlled-setting-indicator" | |
31 pref="alternate_error_pages.enabled"></span> | |
32 </div> | 30 </div> |
33 <div class="checkbox"> | 31 <div class="checkbox"> |
34 <label> | 32 <label> |
35 <input id="searchSuggestEnabled" pref="search.suggest_enabled" | 33 <input id="searchSuggestEnabled" pref="search.suggest_enabled" |
36 metric="Options_UseSuggestCheckbox" type="checkbox"> | 34 metric="Options_UseSuggestCheckbox" type="checkbox"> |
37 <span i18n-content="suggestPref"></span> | 35 <span i18n-content="suggestPref"></span> |
38 </label> | 36 </label> |
39 </div> | 37 </div> |
40 <div class="checkbox"> | 38 <div class="checkbox"> |
41 <label> | 39 <label> |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 <div class="checkbox"> | 223 <div class="checkbox"> |
226 <label> | 224 <label> |
227 <input id="backgroundModeCheckbox" type="checkbox"> | 225 <input id="backgroundModeCheckbox" type="checkbox"> |
228 <span i18n-content="backgroundModeCheckbox"></span> | 226 <span i18n-content="backgroundModeCheckbox"></span> |
229 </label> | 227 </label> |
230 </div> | 228 </div> |
231 </section> | 229 </section> |
232 </if> | 230 </if> |
233 </div> | 231 </div> |
234 </div> | 232 </div> |
OLD | NEW |