OLD | NEW |
| (Empty) |
1 <div id="internetPage" class="page hide-indicators" hidden> | |
2 <h1 i18n-content="internetPage"></h1> | |
3 <div id="locked-network-banner" hidden> | |
4 <span id="locked-network-icon"></span> | |
5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> | |
6 </div> | |
7 <div class="displaytable"> | |
8 <section id="wireless-buttons"> | |
9 <h3 i18n-content="generalNetworkingTitle"></h3> | |
10 <div id="network-general-div"> | |
11 <div id="networking-controls" class="section-group"> | |
12 <button id="enable-wifi" hidden | |
13 i18n-content="enableWifi"></button> | |
14 <button id="disable-wifi" hidden | |
15 i18n-content="disableWifi"></button> | |
16 <button id="enable-cellular" hidden | |
17 i18n-content="enableCellular"></button> | |
18 <button id="disable-cellular" hidden | |
19 i18n-content="disableCellular"></button> | |
20 </div> | |
21 <div id="shared-proxies" class="checkbox"> | |
22 <label> | |
23 <input id="use-shared-proxies" type="checkbox" | |
24 pref="settings.use_shared_proxies"> | |
25 <span i18n-content="useSharedProxies"></span> | |
26 </label> | |
27 </div> | |
28 <div id="internet-owner-only-warning" hidden> | |
29 <span i18n-content="ownerOnly"></span> | |
30 <span i18n-content="ownerUserId"></span> | |
31 </div> | |
32 <div id="data-roaming" class="checkbox"> | |
33 <label> | |
34 <input id="enable-data-roaming" | |
35 pref="cros.signed.data_roaming_enabled" | |
36 metric="Options_Internet_DataRoaming" type="checkbox"> | |
37 <span i18n-content="enableDataRoaming"></span> | |
38 </label> | |
39 </div> | |
40 </div> | |
41 </section> | |
42 <section id="wired-section"> | |
43 <h3 i18n-content="wired_title" class="network-title"></h3> | |
44 <div id="wired-list" class="networks"></div> | |
45 </section> | |
46 <section id="wireless-section"> | |
47 <h3 i18n-content="wireless_title" class="network-title"></h3> | |
48 <div id="wireless-list" class="networks"></div> | |
49 </section> | |
50 <section id="vpn-section"> | |
51 <h3 i18n-content="vpn_title" class="network-title"></h3> | |
52 <div id="vpn-list" class="networks"></div> | |
53 </section> | |
54 <section id="remembered-section"> | |
55 <h3 i18n-content="remembered_title" class="network-title"></h3> | |
56 <div id="remembered-list" class="networks"></div> | |
57 </section> | |
58 </div> | |
59 </div> | |
OLD | NEW |