| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 i18n-content="keyboardSettingsButtonTitle"> | 130 i18n-content="keyboardSettingsButtonTitle"> |
| 131 </button> | 131 </button> |
| 132 <span id="display-options-section"> | 132 <span id="display-options-section"> |
| 133 <button id="display-options" i18n-content="displayOptions" disabled> | 133 <button id="display-options" i18n-content="displayOptions" disabled> |
| 134 </button> | 134 </button> |
| 135 </span> | 135 </span> |
| 136 <button id="storage-manager-button" | 136 <button id="storage-manager-button" |
| 137 i18n-content="storageManagerButtonTitle" hidden> | 137 i18n-content="storageManagerButtonTitle" hidden> |
| 138 </button> | 138 </button> |
| 139 </div> | 139 </div> |
| 140 <div id="note-row" hidden> |
| 141 <a is="action-link" id="note-settings-link" |
| 142 i18n-content="noteSettingsButtonTitle"></a> |
| 143 </div> |
| 140 <div id="power-row" hidden> | 144 <div id="power-row" hidden> |
| 141 <a is="action-link" id="power-settings-link" | 145 <a is="action-link" id="power-settings-link" |
| 142 i18n-content="powerSettingsButton"></a> | 146 i18n-content="powerSettingsButton"></a> |
| 143 </div> | 147 </div> |
| 144 </div> | 148 </div> |
| 145 </section> | 149 </section> |
| 146 </if> | 150 </if> |
| 147 <section id="search-section"> | 151 <section id="search-section"> |
| 148 <h3 i18n-content="sectionTitleSearch"></h3> | 152 <h3 i18n-content="sectionTitleSearch"></h3> |
| 149 <div id="search-section-content"> | 153 <div id="search-section-content"> |
| (...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 </button> | 1128 </button> |
| 1125 </div> | 1129 </div> |
| 1126 </section> | 1130 </section> |
| 1127 </div> <!-- advanced-settings-container --> | 1131 </div> <!-- advanced-settings-container --> |
| 1128 </div> <!-- advanced-settings --> | 1132 </div> <!-- advanced-settings --> |
| 1129 <footer id="advanced-settings-footer"> | 1133 <footer id="advanced-settings-footer"> |
| 1130 <a is="action-link" id="advanced-settings-expander" | 1134 <a is="action-link" id="advanced-settings-expander" |
| 1131 i18n-content="showAdvancedSettings"></a> | 1135 i18n-content="showAdvancedSettings"></a> |
| 1132 </footer> | 1136 </footer> |
| 1133 </div> | 1137 </div> |
| OLD | NEW |