| OLD | NEW |
| 1 <div class="page hidden" id="internetPage"> | 1 <div class="page hidden" id="internetPage"> |
| 2 <h1 i18n-content="internetPage"></h1> | 2 <h1 i18n-content="internetPage"></h1> |
| 3 <div id="lockedNetworkBanner"> |
| 4 <span id="lockedNetworkIcon"></span> |
| 5 <span id="accessLockedText" i18n-content="accessLockedMsg"></span> |
| 6 </div> |
| 3 <section id="wirelessButtons"> | 7 <section id="wirelessButtons"> |
| 4 <h3 i18n-content="generalNetworkingTitle"></h3> | 8 <h3 i18n-content="generalNetworkingTitle"></h3> |
| 5 <div id="networkingControls"> | 9 <div id="networkingControls"> |
| 6 <button id="enableWifi" class="hidden" i18n-content="enableWifi"></button> | 10 <button id="enableWifi" class="hidden" i18n-content="enableWifi"></button> |
| 7 <button id="disableWifi" class="hidden" | 11 <button id="disableWifi" class="hidden" |
| 8 i18n-content="disableWifi"></button> | 12 i18n-content="disableWifi"></button> |
| 9 <button id="enableCellular" class="hidden" | 13 <button id="enableCellular" class="hidden" |
| 10 i18n-content="enableCellular"></button> | 14 i18n-content="enableCellular"></button> |
| 11 <button id="disableCellular" class="hidden" | 15 <button id="disableCellular" class="hidden" |
| 12 i18n-content="disableCellular"></button> | 16 i18n-content="disableCellular"></button> |
| 13 </div> | 17 </div> |
| 14 </section> | 18 </section> |
| 15 <section id="wiredSection"> | 19 <section id="wiredSection"> |
| 16 <h3 i18n-content="wired_title"></h3> | 20 <h3 i18n-content="wired_title"></h3> |
| 17 <div class="networks" id="wiredList"></div> | 21 <div class="networks" id="wiredList"></div> |
| 18 </section> | 22 </section> |
| 19 <section id="wirelessSection"> | 23 <section id="wirelessSection"> |
| 20 <h3 i18n-content="wireless_title"></h3> | 24 <h3 i18n-content="wireless_title"></h3> |
| 21 <div class="networks" id="wirelessList"></div> | 25 <div class="networks" id="wirelessList"></div> |
| 22 </section> | 26 </section> |
| 23 <section id="rememberedSection"> | 27 <section id="rememberedSection"> |
| 24 <h3 i18n-content="remembered_title"></h3> | 28 <h3 i18n-content="remembered_title"></h3> |
| 25 <div class="networks" id="rememberedList"></div> | 29 <div class="networks" id="rememberedList"></div> |
| 26 </section> | 30 </section> |
| 27 </div> | 31 </div> |
| OLD | NEW |