OLD | NEW |
1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 4 </header> |
5 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 11 matching lines...) Expand all Loading... |
22 </div> | 22 </div> |
23 <div id="network-menus"></div> | 23 <div id="network-menus"></div> |
24 </div> | 24 </div> |
25 </section> | 25 </section> |
26 </if> | 26 </if> |
27 <if expr="not pp_ifdef('chromeos')"> | 27 <if expr="not pp_ifdef('chromeos')"> |
28 <include src="startup_section.html"> | 28 <include src="startup_section.html"> |
29 </if> | 29 </if> |
30 <section> | 30 <section> |
31 <h3 i18n-content="sectionTitleAppearance"></h3> | 31 <h3 i18n-content="sectionTitleAppearance"></h3> |
32 <div> | 32 <div class="settings-row"> |
33 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')"> | 33 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')"> |
34 <button id="set-wallpaper" i18n-content="setWallpaper" | 34 <button id="set-wallpaper" i18n-content="setWallpaper" |
35 guest-visibility="disabled"></button> | 35 guest-visibility="disabled"></button> |
36 </if> | 36 </if> |
37 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> | 37 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
38 <button id="themes-gallery" i18n-content="themesGallery"></button> | 38 <button id="themes-gallery" i18n-content="themesGallery"></button> |
39 <button id="themes-GTK-button" | 39 <button id="themes-GTK-button" |
40 i18n-content="themesGTKButton"></button> | 40 i18n-content="themesGTKButton"></button> |
41 <button id="themes-reset" | 41 <button id="themes-reset" |
42 i18n-content="themesSetClassic"></button> | 42 i18n-content="themesSetClassic"></button> |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 </if> | 192 </if> |
193 <section> | 193 <section> |
194 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 194 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
195 <div> | 195 <div> |
196 <div class="settings-row"> | 196 <div class="settings-row"> |
197 <button id="privacyContentSettingsButton" | 197 <button id="privacyContentSettingsButton" |
198 i18n-content="privacyContentSettingsButton"></button> | 198 i18n-content="privacyContentSettingsButton"></button> |
199 <button id="privacyClearDataButton" | 199 <button id="privacyClearDataButton" |
200 i18n-content="privacyClearDataButton"></button> | 200 i18n-content="privacyClearDataButton"></button> |
201 </div> | 201 </div> |
202 <div id="privacy-explanation" class="settings-row"> | 202 <p id="privacy-explanation" class="settings-row"> |
203 <span i18n-content="improveBrowsingExperience"></span> | 203 <span i18n-content="improveBrowsingExperience"></span> |
204 <span i18n-content="disableWebServices"></span> | 204 <span i18n-content="disableWebServices"></span> |
205 <a target="_blank" i18n-content="learnMore" | 205 <a target="_blank" i18n-content="learnMore" |
206 i18n-values="href:privacyLearnMoreURL"></a> | 206 i18n-values="href:privacyLearnMoreURL"></a> |
207 </div> | 207 </p> |
208 <div class="checkbox"> | 208 <div class="checkbox"> |
209 <label> | 209 <label> |
210 <input id="alternateErrorPagesEnabled" | 210 <input id="alternateErrorPagesEnabled" |
211 pref="alternate_error_pages.enabled" | 211 pref="alternate_error_pages.enabled" |
212 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 212 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
213 <span i18n-content="linkDoctorPref"></span> | 213 <span i18n-content="linkDoctorPref"></span> |
214 </label> | 214 </label> |
215 </div> | 215 </div> |
216 <div class="checkbox" guest-visibility="disabled"> | 216 <div class="checkbox" guest-visibility="disabled"> |
217 <label> | 217 <label> |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 <div class="settings-row"> | 378 <div class="settings-row"> |
379 <button id="proxiesConfigureButton" | 379 <button id="proxiesConfigureButton" |
380 i18n-content="proxiesConfigureButton"></button> | 380 i18n-content="proxiesConfigureButton"></button> |
381 </div> | 381 </div> |
382 </div> | 382 </div> |
383 </section> | 383 </section> |
384 </if> | 384 </if> |
385 <section> | 385 <section> |
386 <h3 i18n-content="advancedSectionTitleLanguages"></h3> | 386 <h3 i18n-content="advancedSectionTitleLanguages"></h3> |
387 <span class="settings-row" i18n-content="languageSectionLabel"></span> | 387 <span class="settings-row" i18n-content="languageSectionLabel"></span> |
388 <button id="language-button" | 388 <div class="settings-row"> |
389 i18n-content="languageAndSpellCheckSettingsButton"></button> | 389 <button id="language-button" |
| 390 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 391 </div> |
390 <div class="checkbox"> | 392 <div class="checkbox"> |
391 <label> | 393 <label> |
392 <input id="enableTranslate" pref="translate.enabled" | 394 <input id="enableTranslate" pref="translate.enabled" |
393 metric="Options_Translate" type="checkbox"> | 395 metric="Options_Translate" type="checkbox"> |
394 <span i18n-content="translateEnableTranslate"></span> | 396 <span i18n-content="translateEnableTranslate"></span> |
395 </label> | 397 </label> |
396 </div> | 398 </div> |
397 </section> | 399 </section> |
398 <section> | 400 <section> |
399 <h3 i18n-content="downloadLocationGroupName"></h3> | 401 <h3 i18n-content="downloadLocationGroupName"></h3> |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 <input id="sslCheckRevocation" type="checkbox"> | 454 <input id="sslCheckRevocation" type="checkbox"> |
453 <span i18n-content="sslCheckRevocation"></span> | 455 <span i18n-content="sslCheckRevocation"></span> |
454 </label> | 456 </label> |
455 </div> | 457 </div> |
456 </div> | 458 </div> |
457 </section> | 459 </section> |
458 <if expr="not pp_ifdef('chromeos')"> | 460 <if expr="not pp_ifdef('chromeos')"> |
459 <section id="cloud-print-connector-section"> | 461 <section id="cloud-print-connector-section"> |
460 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 462 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
461 <div> | 463 <div> |
462 <span id="cloudPrintConnectorLabel" class="settings-row" | 464 <p id="cloudPrintConnectorLabel" class="settings-row" |
463 i18n-content="cloudPrintConnectorDisabledLabel"></span> | 465 i18n-content="cloudPrintConnectorDisabledLabel"></p> |
464 <div class="settings-row"> | 466 <div class="settings-row"> |
465 <button id="cloudPrintConnectorSetupButton" | 467 <button id="cloudPrintConnectorSetupButton" |
466 i18n-content="cloudPrintConnectorDisabledButton"></button> | 468 i18n-content="cloudPrintConnectorDisabledButton"></button> |
467 <button id="cloudPrintManageButton" | 469 <button id="cloudPrintManageButton" |
468 i18n-content="cloudPrintConnectorEnabledManageButton"></button> | 470 i18n-content="cloudPrintConnectorEnabledManageButton"></button> |
469 </div> | 471 </div> |
470 </div> | 472 </div> |
471 </section> | 473 </section> |
472 </if> | 474 </if> |
473 <if expr="pp_ifdef('chromeos')"> | 475 <if expr="pp_ifdef('chromeos')"> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 </section> | 532 </section> |
531 </if> | 533 </if> |
532 </div> <!-- advanced-settings-container --> | 534 </div> <!-- advanced-settings-container --> |
533 </div> <!-- advanced-settings --> | 535 </div> <!-- advanced-settings --> |
534 <footer> | 536 <footer> |
535 <button id="advanced-settings-expander" class="link-button" | 537 <button id="advanced-settings-expander" class="link-button" |
536 i18n-content="showAdvancedSettings"> | 538 i18n-content="showAdvancedSettings"> |
537 </button> | 539 </button> |
538 </footer> | 540 </footer> |
539 </div> | 541 </div> |
OLD | NEW |