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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 i18n-content="downloadLocationAskForSaveLocation"> | 524 i18n-content="downloadLocationAskForSaveLocation"> |
525 </label> | 525 </label> |
526 <span class="controlled-setting-indicator" | 526 <span class="controlled-setting-indicator" |
527 pref="download.prompt_for_download"> | 527 pref="download.prompt_for_download"> |
528 </span> | 528 </span> |
529 </span> | 529 </span> |
530 </span> | 530 </span> |
531 </div> | 531 </div> |
532 <if expr="pp_ifdef('chromeos')"> | 532 <if expr="pp_ifdef('chromeos')"> |
533 <div class="checkbox" guest-visibility="disabled"> | 533 <div class="checkbox" guest-visibility="disabled"> |
534 <label> | 534 <span class="controlled-setting-with-label"> |
535 <input type="checkbox" | 535 <input id="drive-disabled" type="checkbox" |
536 pref="gdata.disabled" | 536 pref="gdata.disabled" |
537 metric="Options_DisableGData"> | 537 metric="Options_DisableGData"> |
538 <span i18n-content="disableGData"></span> | 538 <span> |
539 </label> | 539 <label for="drive-disabled" i18n-content="disableGData"></label> |
| 540 <span class="controlled-setting-indicator" pref="gdata.disabled"> |
| 541 </span> |
| 542 </span> |
| 543 </span> |
540 </div> | 544 </div> |
541 </if> | 545 </if> |
542 <if expr="not pp_ifdef('chromeos')"> | 546 <if expr="not pp_ifdef('chromeos')"> |
543 <div id="auto-open-file-types-section" hidden> | 547 <div id="auto-open-file-types-section" hidden> |
544 <div id="auto-open-file-types-container"> | 548 <div id="auto-open-file-types-container"> |
545 <div id="auto-open-file-types-label" | 549 <div id="auto-open-file-types-label" |
546 i18n-content="autoOpenFileTypesInfo"></div> | 550 i18n-content="autoOpenFileTypesInfo"></div> |
547 <button id="autoOpenFileTypesResetToDefault" | 551 <button id="autoOpenFileTypesResetToDefault" |
548 i18n-content="autoOpenFileTypesResetToDefault"></button> | 552 i18n-content="autoOpenFileTypesResetToDefault"></button> |
549 </div> | 553 </div> |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 </section> | 695 </section> |
692 </if> | 696 </if> |
693 </div> <!-- advanced-settings-container --> | 697 </div> <!-- advanced-settings-container --> |
694 </div> <!-- advanced-settings --> | 698 </div> <!-- advanced-settings --> |
695 <footer> | 699 <footer> |
696 <button id="advanced-settings-expander" class="link-button" | 700 <button id="advanced-settings-expander" class="link-button" |
697 i18n-content="showAdvancedSettings"> | 701 i18n-content="showAdvancedSettings"> |
698 </button> | 702 </button> |
699 </footer> | 703 </footer> |
700 </div> | 704 </div> |
OLD | NEW |