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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 <h3 i18n-content="accessibilityTitle"></h3> | 476 <h3 i18n-content="accessibilityTitle"></h3> |
477 <div class="option-control-table"> | 477 <div class="option-control-table"> |
478 <div class="option-name"> | 478 <div class="option-name"> |
479 <div class="checkbox"> | 479 <div class="checkbox"> |
480 <label> | 480 <label> |
481 <input id="accessibility-spoken-feedback-check" type="checkbox"> | 481 <input id="accessibility-spoken-feedback-check" type="checkbox"> |
482 <span i18n-content="accessibilitySpokenFeedback"></span> | 482 <span i18n-content="accessibilitySpokenFeedback"></span> |
483 </label> | 483 </label> |
484 </div> | 484 </div> |
485 </div> | 485 </div> |
| 486 <div class="option-name"> |
| 487 <div class="checkbox"> |
| 488 <label> |
| 489 <input id="accessibility-high-contrast-check" type="checkbox"> |
| 490 <span i18n-content="accessibilityHighContrast"></span> |
| 491 </label> |
| 492 </div> |
| 493 </div> |
486 </div> | 494 </div> |
487 </section> | 495 </section> |
488 </if> | 496 </if> |
489 <if expr="not is_macosx and not pp_ifdef('chromeos')"> | 497 <if expr="not is_macosx and not pp_ifdef('chromeos')"> |
490 <section id="background-section"> | 498 <section id="background-section"> |
491 <h3 i18n-content="advancedSectionTitleBackground"></h3> | 499 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
492 <div class="checkbox"> | 500 <div class="checkbox"> |
493 <label> | 501 <label> |
494 <input id="backgroundModeCheckbox" type="checkbox"> | 502 <input id="backgroundModeCheckbox" type="checkbox"> |
495 <span i18n-content="backgroundModeCheckbox"></span> | 503 <span i18n-content="backgroundModeCheckbox"></span> |
496 </label> | 504 </label> |
497 </div> | 505 </div> |
498 </section> | 506 </section> |
499 </if> | 507 </if> |
500 </div> <!-- advanced-settings-container --> | 508 </div> <!-- advanced-settings-container --> |
501 </div> <!-- advanced-settings --> | 509 </div> <!-- advanced-settings --> |
502 <footer> | 510 <footer> |
503 <button id="advanced-settings-expander" class="link-button" | 511 <button id="advanced-settings-expander" class="link-button" |
504 i18n-content="showAdvancedSettings"> | 512 i18n-content="showAdvancedSettings"> |
505 </button> | 513 </button> |
506 </footer> | 514 </footer> |
507 </div> | 515 </div> |
OLD | NEW |