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="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> | 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> |
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> | 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> |
9 <include src="secondary_user_banner.html"> | 9 <include src="secondary_user_banner.html"> |
10 <section id="network-section-cros"> | 10 <section id="network-section-cros"> |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
959 <input pref="settings.a11y.virtual_keyboard" type="checkbox" | 959 <input pref="settings.a11y.virtual_keyboard" type="checkbox" |
960 metric="Options_AccessibilityOnScreenKeyboard"> | 960 metric="Options_AccessibilityOnScreenKeyboard"> |
961 <span> | 961 <span> |
962 <span i18n-content="accessibilityVirtualKeyboard"></span> | 962 <span i18n-content="accessibilityVirtualKeyboard"></span> |
963 <span class="controlled-setting-indicator" | 963 <span class="controlled-setting-indicator" |
964 pref="settings.a11y.virtual_keyboard"></span> | 964 pref="settings.a11y.virtual_keyboard"></span> |
965 </span> | 965 </span> |
966 </label> | 966 </label> |
967 </div> | 967 </div> |
968 </div> | 968 </div> |
969 <div id="experimental-accessibility-features" hidden> | |
970 <div class="option_name" id="accessibility_caret_highlight"> | |
Dan Beam
2016/03/11 22:07:19
ids-like-this-in-all-your-new-code
or just remove
dmazzoni
2016/03/14 04:24:53
Removed
| |
971 <div class="checkbox controlled-setting-with-label"> | |
972 <label> | |
973 <input pref="settings.a11y.caret_highlight" type="checkbox" | |
974 metric="Options_AccessibilityCaretHighlight"> | |
975 <span> | |
976 <span i18n-content="accessibilityCaretHighlight"></span> | |
977 <span class="controlled-setting-indicator" | |
978 pref="settings.a11y.caret_highlight"></span> | |
979 </span> | |
980 </label> | |
981 </div> | |
982 </div> | |
983 <div class="option_name" id="accessibility_cursor_highlight"> | |
984 <div class="checkbox controlled-setting-with-label"> | |
985 <label> | |
986 <input pref="settings.a11y.cursor_highlight" type="checkbox" | |
987 metric="Options_AccessibilityCursorHighlight"> | |
988 <span> | |
989 <span i18n-content="accessibilityCursorHighlight"></span> | |
990 <span class="controlled-setting-indicator" | |
991 pref="settings.a11y.cursor_highlight"></span> | |
992 </span> | |
993 </label> | |
994 </div> | |
995 </div> | |
996 <div class="option_name" id="accessibility_focus_highlight"> | |
997 <div class="checkbox controlled-setting-with-label"> | |
998 <label> | |
999 <input pref="settings.a11y.focus_highlight" type="checkbox" | |
1000 metric="Options_AccessibilityFocusHighlight"> | |
1001 <span> | |
1002 <span i18n-content="accessibilityFocusHighlight"></span> | |
1003 <span class="controlled-setting-indicator" | |
1004 pref="settings.a11y.focus_highlight"></span> | |
1005 </span> | |
1006 </label> | |
1007 </div> | |
1008 </div> | |
1009 <div class="option_name" id="accessibility_select_to_speak"> | |
1010 <div class="checkbox controlled-setting-with-label"> | |
1011 <label> | |
1012 <input pref="settings.a11y.select_to_speak" type="checkbox" | |
1013 metric="Options_AccessibilitySelectToSpeak"> | |
1014 <span> | |
1015 <span i18n-content="accessibilitySelectToSpeak"></span> | |
1016 <span class="controlled-setting-indicator" | |
1017 pref="settings.a11y.select_to_speak"></span> | |
1018 </span> | |
1019 </label> | |
1020 </div> | |
1021 </div> | |
1022 <div class="option_name" id="accessibility_switch_access"> | |
1023 <div class="checkbox controlled-setting-with-label"> | |
1024 <label> | |
1025 <input pref="settings.a11y.switch_access" type="checkbox" | |
1026 metric="Options_AccessibilitySwitchAccess"> | |
1027 <span> | |
1028 <span i18n-content="accessibilitySwitchAccess"></span> | |
1029 <span class="controlled-setting-indicator" | |
1030 pref="settings.a11y.switch_access"></span> | |
1031 </span> | |
1032 </label> | |
1033 </div> | |
1034 </div> | |
1035 </div> | |
969 </div> | 1036 </div> |
970 </if> | 1037 </if> |
971 | 1038 |
972 </section> | 1039 </section> |
973 | 1040 |
974 <if expr="chromeos"> | 1041 <if expr="chromeos"> |
975 <section id="factory-reset-section" hidden> | 1042 <section id="factory-reset-section" hidden> |
976 <h3 i18n-content="factoryResetTitle"></h3> | 1043 <h3 i18n-content="factoryResetTitle"></h3> |
977 <div> | 1044 <div> |
978 <span class="settings-row" i18n-content="factoryResetDescription"> | 1045 <span class="settings-row" i18n-content="factoryResetDescription"> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1023 </button> | 1090 </button> |
1024 </div> | 1091 </div> |
1025 </section> | 1092 </section> |
1026 </div> <!-- advanced-settings-container --> | 1093 </div> <!-- advanced-settings-container --> |
1027 </div> <!-- advanced-settings --> | 1094 </div> <!-- advanced-settings --> |
1028 <footer id="advanced-settings-footer"> | 1095 <footer id="advanced-settings-footer"> |
1029 <a is="action-link" id="advanced-settings-expander" | 1096 <a is="action-link" id="advanced-settings-expander" |
1030 i18n-content="showAdvancedSettings"></a> | 1097 i18n-content="showAdvancedSettings"></a> |
1031 </footer> | 1098 </footer> |
1032 </div> | 1099 </div> |
OLD | NEW |