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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 </div> | 223 </div> |
224 </div> | 224 </div> |
225 </div> | 225 </div> |
226 </section> | 226 </section> |
227 <if expr="chromeos"> | 227 <if expr="chromeos"> |
228 <section id="android-apps-section" hidden> | 228 <section id="android-apps-section" hidden> |
229 <h3 i18n-content="androidAppsTitle"></h3> | 229 <h3 i18n-content="androidAppsTitle"></h3> |
230 <div class="checkbox controlled-setting-with-label"> | 230 <div class="checkbox controlled-setting-with-label"> |
231 <label> | 231 <label> |
232 <input id="android-apps-enabled" pref="arc.enabled" | 232 <input id="android-apps-enabled" pref="arc.enabled" |
233 metric="Options_AndroidApps" type="checkbox"> | 233 metric="Options_AndroidApps" type="checkbox" dialog-pref> |
234 <span> | 234 <span> |
235 <span i18n-content="androidAppsEnabled"></span> | 235 <span i18n-content="androidAppsEnabled"></span> |
236 <span class="controlled-setting-indicator" | 236 <span class="controlled-setting-indicator" |
237 pref="arc.enabled"></span> | 237 pref="arc.enabled"></span> |
238 </span> | 238 </span> |
239 </label> | 239 </label> |
240 </div> | 240 </div> |
241 </section> | 241 </section> |
242 </if> | 242 </if> |
243 <section id="sync-users-section" guest-visibility="hidden"> | 243 <section id="sync-users-section" guest-visibility="hidden"> |
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 </button> | 1115 </button> |
1116 </div> | 1116 </div> |
1117 </section> | 1117 </section> |
1118 </div> <!-- advanced-settings-container --> | 1118 </div> <!-- advanced-settings-container --> |
1119 </div> <!-- advanced-settings --> | 1119 </div> <!-- advanced-settings --> |
1120 <footer id="advanced-settings-footer"> | 1120 <footer id="advanced-settings-footer"> |
1121 <a is="action-link" id="advanced-settings-expander" | 1121 <a is="action-link" id="advanced-settings-expander" |
1122 i18n-content="showAdvancedSettings"></a> | 1122 i18n-content="showAdvancedSettings"></a> |
1123 </footer> | 1123 </footer> |
1124 </div> | 1124 </div> |
OLD | NEW |