| 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 <link rel="import" href="chrome://resources/cr_elements/cr_network_icon/cr_net
work_icon.html"> | 8 <link rel="import" href="chrome://resources/cr_elements/cr_network_icon/cr_net
work_icon.html"> |
| 9 <link rel="import" href="chrome://resources/cr_elements/cr_onc/cr_onc_data.htm
l"> | 9 <link rel="import" href="chrome://resources/cr_elements/cr_onc/cr_onc_data.htm
l"> |
| 10 <include src="secondary_user_banner.html"> | 10 <include src="secondary_user_banner.html"> |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <section> | 106 <section> |
| 107 <h3 i18n-content="sectionTitleDevice"></h3> | 107 <h3 i18n-content="sectionTitleDevice"></h3> |
| 108 <div> | 108 <div> |
| 109 <span i18n-content="deviceGroupDescription"></span> | 109 <span i18n-content="deviceGroupDescription"></span> |
| 110 <div class="settings-row" id="battery" hidden> | 110 <div class="settings-row" id="battery" hidden> |
| 111 <div id="battery-icon" hidden></div> | 111 <div id="battery-icon" hidden></div> |
| 112 <span id="battery-status"></span> | 112 <span id="battery-status"></span> |
| 113 <a is="action-link" id="power-settings-button" | 113 <a is="action-link" id="power-settings-button" |
| 114 i18n-content="powerSettingsButton"></a> | 114 i18n-content="powerSettingsButton"></a> |
| 115 </div> | 115 </div> |
| 116 <div class="settings-row"> | |
| 117 <button id="battery-button" i18n-content="batteryButton"></button> | |
| 118 <button id="stored-data-button" i18n-content="storageButton"></button> | |
| 119 </div> | |
| 120 <div id="touchpad-settings" class="settings-row" hidden> | 116 <div id="touchpad-settings" class="settings-row" hidden> |
| 121 <span class="option-name" i18n-content="touchpadSpeed"></span> | 117 <span class="option-name" i18n-content="touchpadSpeed"></span> |
| 122 <input id="touchpad-sensitivity-range" type="range" min="1" max="5" | 118 <input id="touchpad-sensitivity-range" type="range" min="1" max="5" |
| 123 pref="settings.touchpad.sensitivity2" class="touch-slider"> | 119 pref="settings.touchpad.sensitivity2" class="touch-slider"> |
| 124 </div> | 120 </div> |
| 125 <div id="mouse-settings" class="settings-row" hidden> | 121 <div id="mouse-settings" class="settings-row" hidden> |
| 126 <span class="option-name" i18n-content="mouseSpeed"></span> | 122 <span class="option-name" i18n-content="mouseSpeed"></span> |
| 127 <input id="mouse-sensitivity-range" type="range" min="1" max="5" | 123 <input id="mouse-sensitivity-range" type="range" min="1" max="5" |
| 128 pref="settings.mouse.sensitivity2" class="touch-slider"> | 124 pref="settings.mouse.sensitivity2" class="touch-slider"> |
| 129 </div> | 125 </div> |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 </label> | 607 </label> |
| 612 </div> | 608 </div> |
| 613 </div> | 609 </div> |
| 614 <button id="easy-unlock-turn-off-button" | 610 <button id="easy-unlock-turn-off-button" |
| 615 i18n-content="easyUnlockTurnOffButton"></button> | 611 i18n-content="easyUnlockTurnOffButton"></button> |
| 616 </div> | 612 </div> |
| 617 </section> | 613 </section> |
| 618 <section id="web-content-section"> | 614 <section id="web-content-section"> |
| 619 <h3 i18n-content="advancedSectionTitleContent"></h3> | 615 <h3 i18n-content="advancedSectionTitleContent"></h3> |
| 620 <div> | 616 <div> |
| 621 <div id="website-settings-section" class="settings-row" hidden> | |
| 622 <button id="website-management-button" | |
| 623 i18n-content="websitesManage"></button> | |
| 624 </div> | |
| 625 <div class="settings-row"> | 617 <div class="settings-row"> |
| 626 <label class="web-content-select-label"> | 618 <label class="web-content-select-label"> |
| 627 <span i18n-content="defaultFontSizeLabel"></span> | 619 <span i18n-content="defaultFontSizeLabel"></span> |
| 628 <select id="defaultFontSize"> | 620 <select id="defaultFontSize"> |
| 629 <option value="9" i18n-content="fontSizeLabelVerySmall"> | 621 <option value="9" i18n-content="fontSizeLabelVerySmall"> |
| 630 </option> | 622 </option> |
| 631 <option value="12" i18n-content="fontSizeLabelSmall"></option> | 623 <option value="12" i18n-content="fontSizeLabelSmall"></option> |
| 632 <option value="16" i18n-content="fontSizeLabelMedium"></option> | 624 <option value="16" i18n-content="fontSizeLabelMedium"></option> |
| 633 <option value="20" i18n-content="fontSizeLabelLarge"></option> | 625 <option value="20" i18n-content="fontSizeLabelLarge"></option> |
| 634 <option value="24" i18n-content="fontSizeLabelVeryLarge"> | 626 <option value="24" i18n-content="fontSizeLabelVeryLarge"> |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 </button> | 1007 </button> |
| 1016 </div> | 1008 </div> |
| 1017 </section> | 1009 </section> |
| 1018 </div> <!-- advanced-settings-container --> | 1010 </div> <!-- advanced-settings-container --> |
| 1019 </div> <!-- advanced-settings --> | 1011 </div> <!-- advanced-settings --> |
| 1020 <footer id="advanced-settings-footer"> | 1012 <footer id="advanced-settings-footer"> |
| 1021 <a is="action-link" id="advanced-settings-expander" | 1013 <a is="action-link" id="advanced-settings-expander" |
| 1022 i18n-content="showAdvancedSettings"></a> | 1014 i18n-content="showAdvancedSettings"></a> |
| 1023 </footer> | 1015 </footer> |
| 1024 </div> | 1016 </div> |
| OLD | NEW |