| OLD | NEW |
| 1 <div id="details-internet-page" class="page" hidden> | 1 <div id="details-internet-page" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <!-- Network header --> | 3 <!-- Network header --> |
| 4 <div id="network-details-header"> | 4 <div id="network-details-header"> |
| 5 <div id="network-details-title"></div> | 5 <div id="network-details-title"></div> |
| 6 <div id="network-details-subtitle"> | 6 <div id="network-details-subtitle"> |
| 7 <span id="network-details-subtitle-status"></span> | 7 <span id="network-details-subtitle-status"></span> |
| 8 <span id="network-details-subtitle-separator"> - </span> | 8 <span id="network-details-subtitle-separator"> - </span> |
| 9 <span id="network-details-subtitle-type"></span> | 9 <span id="network-details-subtitle-type"></span> |
| 10 </div> | 10 </div> |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 <td id="wimax-shared-network" class="option-name" | 196 <td id="wimax-shared-network" class="option-name" |
| 197 i18n-content="inetNetworkShared"> | 197 i18n-content="inetNetworkShared"> |
| 198 </td> | 198 </td> |
| 199 </tr> | 199 </tr> |
| 200 </table> | 200 </table> |
| 201 </section> | 201 </section> |
| 202 </div> | 202 </div> |
| 203 <div id="vpn-tab" class="subpages-tab-contents vpn-details"> | 203 <div id="vpn-tab" class="subpages-tab-contents vpn-details"> |
| 204 <section> | 204 <section> |
| 205 <table class="option-control-table"> | 205 <table class="option-control-table"> |
| 206 <tr class="auto-connect-network"> | 206 <tr class="auto-connect-network built-in-vpn-provider-only"> |
| 207 <td> | 207 <td> |
| 208 <div class="checkbox controlled-setting-with-label"> | 208 <div class="checkbox controlled-setting-with-label"> |
| 209 <label> | 209 <label> |
| 210 <input id="auto-connect-network-vpn" type="checkbox"> | 210 <input id="auto-connect-network-vpn" type="checkbox"> |
| 211 <span> | 211 <span> |
| 212 <span i18n-content="inetAutoConnectNetwork"></span> | 212 <span i18n-content="inetAutoConnectNetwork"></span> |
| 213 <span class="controlled-setting-indicator" | 213 <span class="controlled-setting-indicator" |
| 214 managed="VPN.AutoConnect" | 214 managed="VPN.AutoConnect" |
| 215 internet-detail-for="auto-connect-network-vpn"></span> | 215 internet-detail-for="auto-connect-network-vpn"></span> |
| 216 </span> | 216 </span> |
| 217 </label> | 217 </label> |
| 218 </div> | 218 </div> |
| 219 </td> | 219 </td> |
| 220 </tr> | 220 </tr> |
| 221 <tr> | 221 <tr> |
| 222 <td class="option-name" i18n-content="inetServiceName"></td> | 222 <td class="option-name" i18n-content="inetServiceName"></td> |
| 223 <td id="inet-service-name" class="option-value"></td> | 223 <td id="inet-service-name" class="option-value"></td> |
| 224 </tr> | 224 </tr> |
| 225 <tr> | 225 <tr class="built-in-vpn-provider-only"> |
| 226 <td class="option-name" i18n-content="inetServerHostname"></td> | 226 <td class="option-name" i18n-content="inetServerHostname"></td> |
| 227 <td> | 227 <td> |
| 228 <input class="option-value" id="inet-server-hostname"></input> | 228 <input class="option-value" id="inet-server-hostname"></input> |
| 229 <span class="controlled-setting-indicator" | 229 <span class="controlled-setting-indicator" |
| 230 managed="VPN.Host" | 230 managed="VPN.Host" |
| 231 internet-detail-for="inet-server-hostname"></span> | 231 internet-detail-for="inet-server-hostname"></span> |
| 232 </td> | 232 </td> |
| 233 </tr> | 233 </tr> |
| 234 <tr> | 234 <tr> |
| 235 <td class="option-name" i18n-content="inetProviderType"></td> | 235 <td class="option-name" i18n-content="inetProviderType"></td> |
| 236 <td id="inet-provider-type" class="option-value"></td> | 236 <td id="inet-provider-type" class="option-value"></td> |
| 237 </tr> | 237 </tr> |
| 238 <tr> | 238 <tr class="third-party-vpn-provider-only"> |
| 239 <td class="option-name" i18n-content="inetProviderName"></td> |
| 240 <td id="inet-provider-name" class="option-value"></td> |
| 241 </tr> |
| 242 <tr class="built-in-vpn-provider-only"> |
| 239 <td class="option-name" i18n-content="inetUsername"></td> | 243 <td class="option-name" i18n-content="inetUsername"></td> |
| 240 <td id="inet-username" class="option-value"></td> | 244 <td id="inet-username" class="option-value"></td> |
| 241 </tr> | 245 </tr> |
| 242 </table> | 246 </table> |
| 243 </section> | 247 </section> |
| 244 </div> | 248 </div> |
| 245 <div id="cellular-conn-tab" class="subpages-tab-contents cellular-details"> | 249 <div id="cellular-conn-tab" class="subpages-tab-contents cellular-details"> |
| 246 <section id="cellular-network-options"> | 250 <section id="cellular-network-options"> |
| 247 <table class="option-control-table"> | 251 <table class="option-control-table"> |
| 248 <tr> | 252 <tr> |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 <button id="details-internet-disconnect" i18n-content="disconnectButton"> | 692 <button id="details-internet-disconnect" i18n-content="disconnectButton"> |
| 689 </button> | 693 </button> |
| 690 <button id="details-internet-configure" i18n-content="configureButton"> | 694 <button id="details-internet-configure" i18n-content="configureButton"> |
| 691 </button> | 695 </button> |
| 692 <button id="activate-details" i18n-content="activateButton"></button> | 696 <button id="activate-details" i18n-content="activateButton"></button> |
| 693 <button id="view-account-details" i18n-content="viewAccountButton"> | 697 <button id="view-account-details" i18n-content="viewAccountButton"> |
| 694 </button> | 698 </button> |
| 695 </div> | 699 </div> |
| 696 </div> | 700 </div> |
| 697 </div> | 701 </div> |
| OLD | NEW |