OLD | NEW |
1 <div class="page hidden" id="advancedPage"> | 1 <div class="page hidden" id="advancedPage"> |
2 <h1 i18n-content="advancedPage"></h1> | 2 <h1 i18n-content="advancedPage"></h1> |
3 <section> | 3 <section> |
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
5 <div> | 5 <div> |
6 <div> | 6 <div> |
7 <button id="privacyContentSettingsButton" | 7 <button id="privacyContentSettingsButton" |
8 i18n-content="privacyContentSettingsButton"></button> | 8 i18n-content="privacyContentSettingsButton"></button> |
9 <button id="privacyClearDataButton" | 9 <button id="privacyClearDataButton" |
10 i18n-content="privacyClearDataButton"></button> | 10 i18n-content="privacyClearDataButton"></button> |
11 </div> | 11 </div> |
12 <div i18n-content="disableServices" class="disable-services-div"></div> | 12 <div i18n-content="improveBrowsingExperience" class="informational-text"> |
13 <div><a target="_blank" i18n-content="learnMore" | 13 </div> |
14 i18n-values="href:privacyLearnMoreURL"></a></div> | 14 <div> |
| 15 <span i18n-content="disableWebServices" class="informational-text"> |
| 16 </span> |
| 17 <a target="_blank" i18n-content="learnMore" |
| 18 i18n-values="href:privacyLearnMoreURL"></a> |
| 19 </div> |
15 <label class="checkbox"> | 20 <label class="checkbox"> |
16 <input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabl
ed" | 21 <input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabl
ed" |
17 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 22 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
18 <span i18n-content="linkDoctorPref"></span> | 23 <span i18n-content="linkDoctorPref"></span> |
19 </label> | 24 </label> |
20 <label class="checkbox"> | 25 <label class="checkbox"> |
21 <input id="searchSuggestEnabled" pref="search.suggest_enabled" | 26 <input id="searchSuggestEnabled" pref="search.suggest_enabled" |
22 metric="Options_UseSuggestCheckbox" type="checkbox"> | 27 metric="Options_UseSuggestCheckbox" type="checkbox"> |
23 <span i18n-content="suggestPref"></span> | 28 <span i18n-content="suggestPref"></span> |
24 </label> | 29 </label> |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 <button id="cloudPrintProxyManageButton" | 184 <button id="cloudPrintProxyManageButton" |
180 i18n-content="cloudPrintProxyEnabledManageButton"></button> | 185 i18n-content="cloudPrintProxyEnabledManageButton"></button> |
181 </div> | 186 </div> |
182 </div> | 187 </div> |
183 </section> | 188 </section> |
184 </if> | 189 </if> |
185 <div class="button-strip"> | 190 <div class="button-strip"> |
186 <button id="optionsReset" i18n-content="optionsReset"></button> | 191 <button id="optionsReset" i18n-content="optionsReset"></button> |
187 </div> | 192 </div> |
188 </div> | 193 </div> |
OLD | NEW |