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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 <div id="no-pointing-devices" i18n-content="noPointingDevices" | 122 <div id="no-pointing-devices" i18n-content="noPointingDevices" |
123 class="settings-row" hidden> | 123 class="settings-row" hidden> |
124 </div> | 124 </div> |
125 <div class="settings-row"> | 125 <div class="settings-row"> |
126 <button id="pointer-settings-button" hidden> | 126 <button id="pointer-settings-button" hidden> |
127 </button> | 127 </button> |
128 <button id="keyboard-settings-button" | 128 <button id="keyboard-settings-button" |
129 i18n-content="keyboardSettingsButtonTitle"> | 129 i18n-content="keyboardSettingsButtonTitle"> |
130 </button> | 130 </button> |
131 <span id="display-options-section"> | 131 <span id="display-options-section"> |
132 <button id="display-options" i18n-content="displayOptions"> | 132 <button id="display-options" i18n-content="displayOptions" disabled> |
133 </button> | 133 </button> |
134 </span> | 134 </span> |
135 </div> | 135 </div> |
136 </div> | 136 </div> |
137 </section> | 137 </section> |
138 </if> | 138 </if> |
139 <section> | 139 <section> |
140 <h3 i18n-content="sectionTitleSearch"></h3> | 140 <h3 i18n-content="sectionTitleSearch"></h3> |
141 <div id="search-section-content"> | 141 <div id="search-section-content"> |
142 <span id="default-search-engine-label" | 142 <span id="default-search-engine-label" |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 </div> <!-- advanced-settings --> | 915 </div> <!-- advanced-settings --> |
916 <footer> | 916 <footer> |
917 <button id="advanced-settings-expander" class="link-button" | 917 <button id="advanced-settings-expander" class="link-button" |
918 i18n-content="showAdvancedSettings"> | 918 i18n-content="showAdvancedSettings"> |
919 </button> | 919 </button> |
920 <button id="version-button" class="link-button" hidden | 920 <button id="version-button" class="link-button" hidden |
921 i18n-content="browserVersion"> | 921 i18n-content="browserVersion"> |
922 </button> | 922 </button> |
923 </footer> | 923 </footer> |
924 </div> | 924 </div> |
OLD | NEW |