| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 <input id="automatic-dns-radio" type="radio" name="dnstype" | 459 <input id="automatic-dns-radio" type="radio" name="dnstype" |
| 460 value="automatic"> | 460 value="automatic"> |
| 461 <span i18n-content="automaticNameServers"></span> | 461 <span i18n-content="automaticNameServers"></span> |
| 462 </label> | 462 </label> |
| 463 </div> | 463 </div> |
| 464 <div id="automatic-dns-display" class="dns-display"></div> | 464 <div id="automatic-dns-display" class="dns-display"></div> |
| 465 <div class="radio"> | 465 <div class="radio"> |
| 466 <label> | 466 <label> |
| 467 <input id="google-dns-radio" type="radio" name="dnstype" | 467 <input id="google-dns-radio" type="radio" name="dnstype" |
| 468 value="google"> | 468 value="google"> |
| 469 <span i18n-content="googleNameServers"></span> | 469 <span id="google-dns-label"></span> |
| 470 </label> | 470 </label> |
| 471 </div> | 471 </div> |
| 472 <div id="google-dns-display" class="dns-display"></div> | 472 <div id="google-dns-display" class="dns-display"></div> |
| 473 <div class="radio"> | 473 <div class="radio"> |
| 474 <label> | 474 <label> |
| 475 <input id="user-dns-radio" type="radio" name="dnstype" | 475 <input id="user-dns-radio" type="radio" name="dnstype" |
| 476 value="user"> | 476 value="user"> |
| 477 <span i18n-content="userNameServers"></span> | 477 <span i18n-content="userNameServers"></span> |
| 478 </label> | 478 </label> |
| 479 </div> | 479 </div> |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 </button> | 680 </button> |
| 681 <button id="details-internet-disconnect" i18n-content="disconnectButton"> | 681 <button id="details-internet-disconnect" i18n-content="disconnectButton"> |
| 682 </button> | 682 </button> |
| 683 <button id="activate-details" i18n-content="activateButton"></button> | 683 <button id="activate-details" i18n-content="activateButton"></button> |
| 684 <button id="buyplan-details" i18n-content="buyplanButton"></button> | 684 <button id="buyplan-details" i18n-content="buyplanButton"></button> |
| 685 <button id="view-account-details" i18n-content="viewAccountButton"> | 685 <button id="view-account-details" i18n-content="viewAccountButton"> |
| 686 </button> | 686 </button> |
| 687 </div> | 687 </div> |
| 688 </div> | 688 </div> |
| 689 </div> | 689 </div> |
| OLD | NEW |