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