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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 inverted_pref> | 98 inverted_pref> |
99 <span i18n-content="showWindowDecorations"></span> | 99 <span i18n-content="showWindowDecorations"></span> |
100 </label></div> | 100 </label></div> |
101 </if> | 101 </if> |
102 </section> | 102 </section> |
103 <if expr="chromeos"> | 103 <if expr="chromeos"> |
104 <section> | 104 <section> |
105 <h3 i18n-content="sectionTitleDevice"></h3> | 105 <h3 i18n-content="sectionTitleDevice"></h3> |
106 <div> | 106 <div> |
107 <span i18n-content="deviceGroupDescription"></span> | 107 <span i18n-content="deviceGroupDescription"></span> |
| 108 <div class="settings-row" id="battery" hidden> |
| 109 <div id="battery-icon" hidden></div> |
| 110 <span id="battery-status"></span> |
| 111 <a is="action-link" id="power-settings-button" |
| 112 i18n-content="powerSettingsButton"></a> |
| 113 </div> |
108 <div class="settings-row"> | 114 <div class="settings-row"> |
109 <button id="battery-button" i18n-content="batteryButton"></button> | 115 <button id="battery-button" i18n-content="batteryButton"></button> |
110 <button id="stored-data-button" i18n-content="storageButton"></button> | 116 <button id="stored-data-button" i18n-content="storageButton"></button> |
111 </div> | 117 </div> |
112 <div id="touchpad-settings" class="settings-row" hidden> | 118 <div id="touchpad-settings" class="settings-row" hidden> |
113 <span class="option-name" i18n-content="touchpadSpeed"></span> | 119 <span class="option-name" i18n-content="touchpadSpeed"></span> |
114 <input id="touchpad-sensitivity-range" type="range" min="1" max="5" | 120 <input id="touchpad-sensitivity-range" type="range" min="1" max="5" |
115 pref="settings.touchpad.sensitivity2" class="touch-slider"> | 121 pref="settings.touchpad.sensitivity2" class="touch-slider"> |
116 </div> | 122 </div> |
117 <div id="mouse-settings" class="settings-row" hidden> | 123 <div id="mouse-settings" class="settings-row" hidden> |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 </button> | 931 </button> |
926 </div> | 932 </div> |
927 </section> | 933 </section> |
928 </div> <!-- advanced-settings-container --> | 934 </div> <!-- advanced-settings-container --> |
929 </div> <!-- advanced-settings --> | 935 </div> <!-- advanced-settings --> |
930 <footer> | 936 <footer> |
931 <a is="action-link" id="advanced-settings-expander" | 937 <a is="action-link" id="advanced-settings-expander" |
932 i18n-content="showAdvancedSettings"></a> | 938 i18n-content="showAdvancedSettings"></a> |
933 </footer> | 939 </footer> |
934 </div> | 940 </div> |
OLD | NEW |