Chromium Code Reviews| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 512 <button id="change-pin" i18n-content="changePinButton"></button> | 512 <button id="change-pin" i18n-content="changePinButton"></button> |
| 513 <span class="controlled-setting-indicator" data="simCardLockEnabled" | 513 <span class="controlled-setting-indicator" data="simCardLockEnabled" |
| 514 for="change-pin"></span> | 514 for="change-pin"></span> |
| 515 </div> | 515 </div> |
| 516 </section> | 516 </section> |
| 517 </div> | 517 </div> |
| 518 </div> | 518 </div> |
| 519 <div id="network-proxy-tab" class="subpages-tab-contents"> | 519 <div id="network-proxy-tab" class="subpages-tab-contents"> |
| 520 <section> | 520 <section> |
| 521 <div id="info-banner" hidden> | 521 <div id="info-banner" hidden> |
| 522 <span id="banner-icon" class="page-banner-icon"></span> | |
| 523 <span id="banner-text" class="page-banner-text"></span> | 522 <span id="banner-text" class="page-banner-text"></span> |
|
Nikita (slow)
2012/10/25 09:28:54
Warning text has to stay?
bartfab (slow)
2012/10/25 09:31:45
Yes, this is a custom banner used only here that i
| |
| 524 </div> | 523 </div> |
| 525 <div class="radio"> | 524 <div class="radio"> |
| 526 <label> | 525 <label> |
| 527 <input id="direct-proxy" type="radio" name="proxytype" value="1" | 526 <input id="direct-proxy" type="radio" name="proxytype" value="1" |
| 528 pref="cros.session.proxy.type"> | 527 pref="cros.session.proxy.type"> |
| 529 <span i18n-content="proxyDirectInternetConnection"></span> | 528 <span i18n-content="proxyDirectInternetConnection"></span> |
| 530 </label> | 529 </label> |
| 531 </div> | 530 </div> |
| 532 <div class="radio"> | 531 <div class="radio"> |
| 533 <label> | 532 <label> |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 664 </button> | 663 </button> |
| 665 <button id="details-internet-disconnect" i18n-content="disconnectButton"> | 664 <button id="details-internet-disconnect" i18n-content="disconnectButton"> |
| 666 </button> | 665 </button> |
| 667 <button id="activate-details" i18n-content="activateButton"></button> | 666 <button id="activate-details" i18n-content="activateButton"></button> |
| 668 <button id="buyplan-details" i18n-content="buyplanButton"></button> | 667 <button id="buyplan-details" i18n-content="buyplanButton"></button> |
| 669 <button id="view-account-details" i18n-content="viewAccountButton"> | 668 <button id="view-account-details" i18n-content="viewAccountButton"> |
| 670 </button> | 669 </button> |
| 671 </div> | 670 </div> |
| 672 </div> | 671 </div> |
| 673 </div> | 672 </div> |
| OLD | NEW |