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