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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 <label> | 270 <label> |
271 <input pref="profile.add_person_enabled" | 271 <input pref="profile.add_person_enabled" |
272 type="checkbox" | 272 type="checkbox" |
273 metric="Options_AddPersonEnabled"> | 273 metric="Options_AddPersonEnabled"> |
274 <span i18n-content="profileAddPersonEnable"></span> | 274 <span i18n-content="profileAddPersonEnable"></span> |
275 </label> | 275 </label> |
276 </div> | 276 </div> |
277 </if> | 277 </if> |
278 <div id="profiles-buttons"> | 278 <div id="profiles-buttons"> |
279 <button id="profiles-create" i18n-content="profilesCreate"></button> | 279 <button id="profiles-create" i18n-content="profilesCreate"></button> |
280 <if expr="enable_settings_app"> | |
281 <button id="profiles-app-list-switch" | |
282 i18n-content="profilesAppListSwitch" hidden> | |
283 </button> | |
284 </if> | |
285 <button id="profiles-manage" i18n-content="profilesManage" disabled> | 280 <button id="profiles-manage" i18n-content="profilesManage" disabled> |
286 </button> | 281 </button> |
287 <button id="profiles-delete" i18n-content="profilesDelete"></button> | 282 <button id="profiles-delete" i18n-content="profilesDelete"></button> |
288 <if expr="not chromeos"> | 283 <if expr="not chromeos"> |
289 <button id="import-data" i18n-content="importData"></button> | 284 <button id="import-data" i18n-content="importData"></button> |
290 </if> | 285 </if> |
291 </div> | 286 </div> |
292 </div> | 287 </div> |
293 <div id="profiles-supervised-dashboard-tip" | 288 <div id="profiles-supervised-dashboard-tip" |
294 i18n-values=".innerHTML:profilesSupervisedDashboardTip" hidden> | 289 i18n-values=".innerHTML:profilesSupervisedDashboardTip" hidden> |
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 </button> | 1120 </button> |
1126 </div> | 1121 </div> |
1127 </section> | 1122 </section> |
1128 </div> <!-- advanced-settings-container --> | 1123 </div> <!-- advanced-settings-container --> |
1129 </div> <!-- advanced-settings --> | 1124 </div> <!-- advanced-settings --> |
1130 <footer id="advanced-settings-footer"> | 1125 <footer id="advanced-settings-footer"> |
1131 <a is="action-link" id="advanced-settings-expander" | 1126 <a is="action-link" id="advanced-settings-expander" |
1132 i18n-content="showAdvancedSettings"></a> | 1127 i18n-content="showAdvancedSettings"></a> |
1133 </footer> | 1128 </footer> |
1134 </div> | 1129 </div> |
OLD | NEW |