Chromium Code Reviews| 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 <include src="reset_profile_settings_banner.html"> | 5 <include src="reset_profile_settings_banner.html"> |
| 6 <include src="automatic_settings_reset_banner.html"> | 6 <include src="automatic_settings_reset_banner.html"> |
| 7 <if expr="chromeos"> | 7 <if expr="chromeos"> |
| 8 <include src="secondary_user_banner.html"> | 8 <include src="secondary_user_banner.html"> |
| 9 <section> | 9 <section> |
| 10 <div id="network-section-header" class="section-header"> | 10 <div id="network-section-header" class="section-header"> |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 699 <span class="controlled-setting-indicator" | 699 <span class="controlled-setting-indicator" |
| 700 pref="local_discovery.notifications_enabled"></span> | 700 pref="local_discovery.notifications_enabled"></span> |
| 701 </span> | 701 </span> |
| 702 </label> | 702 </label> |
| 703 </div> | 703 </div> |
| 704 </section> | 704 </section> |
| 705 </if> | 705 </if> |
| 706 | 706 |
| 707 <if expr="chromeos"> | 707 <if expr="chromeos"> |
| 708 <include src="startup_section.html"> | 708 <include src="startup_section.html"> |
| 709 <section> | 709 </if> |
| 710 <h3 i18n-content="accessibilityTitle"></h3> | 710 |
| 711 <section> | |
| 712 <h3 i18n-content="accessibilityTitle"></h3> | |
| 713 | |
| 714 <div> | |
| 715 <a target="_blank" | |
| 716 href="https://chrome.google.com/webstore/category/collection/accessibili ty" | |
| 717 id="accessibility-features" | |
| 718 i18n-content="accessibilityFeaturesLink"></a> | |
|
Dan Beam
2014/09/23 22:48:37
nit:
<a href="https://chrome.google.com/webstor
dmazzoni
2014/09/24 22:11:47
Done.
| |
| 719 </div> | |
| 720 | |
| 721 <if expr="chromeos"> | |
|
Dan Beam
2014/09/23 22:48:37
0-indent <if>'s (like #ifdef's in C)
dmazzoni
2014/09/24 22:11:47
Done.
| |
| 711 <div class="option-control-table"> | 722 <div class="option-control-table"> |
| 712 <p id="accessibility-explanation" class="settings-row"> | 723 <p id="accessibility-explanation" class="settings-row"> |
| 713 <span i18n-content="accessibilityExplanation"></span> | 724 <span i18n-content="accessibilityExplanation"></span> |
| 714 <a id="accessibility-learn-more" target="_blank" | 725 <a id="accessibility-learn-more" target="_blank" |
| 715 i18n-content="learnMore"></a> | 726 i18n-content="learnMore"></a> |
| 716 </p> | 727 </p> |
| 717 <div class="option-name"> | 728 <div class="option-name"> |
| 718 <div class="checkbox controlled-setting-with-label"> | 729 <div class="checkbox controlled-setting-with-label"> |
| 719 <label> | 730 <label> |
| 720 <input | 731 <input |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 854 <input pref="settings.a11y.virtual_keyboard" type="checkbox" | 865 <input pref="settings.a11y.virtual_keyboard" type="checkbox" |
| 855 metric="Options_AccessibilityOnScreenKeyboard"> | 866 metric="Options_AccessibilityOnScreenKeyboard"> |
| 856 <span> | 867 <span> |
| 857 <span i18n-content="accessibilityVirtualKeyboard"></span> | 868 <span i18n-content="accessibilityVirtualKeyboard"></span> |
| 858 <span class="controlled-setting-indicator" | 869 <span class="controlled-setting-indicator" |
| 859 pref="settings.a11y.virtual_keyboard"></span> | 870 pref="settings.a11y.virtual_keyboard"></span> |
| 860 </span> | 871 </span> |
| 861 </label> | 872 </label> |
| 862 </div> | 873 </div> |
| 863 </div> | 874 </div> |
| 864 </section> | 875 </div> |
| 876 </if> | |
|
Dan Beam
2014/09/23 22:48:37
no indent
dmazzoni
2014/09/24 22:11:47
Done.
| |
| 877 </section> | |
| 878 | |
| 865 <if expr="chromeos"> | 879 <if expr="chromeos"> |
| 866 <section id="factory-reset-section" hidden> | 880 <section id="factory-reset-section" hidden> |
| 867 <h3 i18n-content="factoryResetTitle"></h3> | 881 <h3 i18n-content="factoryResetTitle"></h3> |
| 868 <div> | 882 <div> |
| 869 <span class="settings-row" i18n-content="factoryResetDescription"> | 883 <span class="settings-row" i18n-content="factoryResetDescription"> |
| 870 </span> | 884 </span> |
| 871 <button id="factory-reset-restart" | 885 <button id="factory-reset-restart" |
| 872 i18n-content="factoryResetRestart"> | 886 i18n-content="factoryResetRestart"> |
| 873 </button> | 887 </button> |
| 874 </div> | 888 </div> |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 915 </div> <!-- advanced-settings --> | 929 </div> <!-- advanced-settings --> |
| 916 <footer> | 930 <footer> |
| 917 <button id="advanced-settings-expander" class="link-button" | 931 <button id="advanced-settings-expander" class="link-button" |
| 918 i18n-content="showAdvancedSettings"> | 932 i18n-content="showAdvancedSettings"> |
| 919 </button> | 933 </button> |
| 920 <button id="version-button" class="link-button" hidden | 934 <button id="version-button" class="link-button" hidden |
| 921 i18n-content="browserVersion"> | 935 i18n-content="browserVersion"> |
| 922 </button> | 936 </button> |
| 923 </footer> | 937 </footer> |
| 924 </div> | 938 </div> |
| OLD | NEW |