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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
446 <button id="change-pin" i18n-content="changePinButton"></button> | 446 <button id="change-pin" i18n-content="changePinButton"></button> |
447 <span class="controlled-setting-indicator" data="simCardLockEnabled" | 447 <span class="controlled-setting-indicator" data="simCardLockEnabled" |
448 for="change-pin"></span> | 448 for="change-pin"></span> |
449 </div> | 449 </div> |
450 </section> | 450 </section> |
451 </div> | 451 </div> |
452 </div> | 452 </div> |
453 <div id="network-proxy-tab" class="subpages-tab-contents"> | 453 <div id="network-proxy-tab" class="subpages-tab-contents"> |
454 <section> | 454 <section> |
455 <div id="info-banner" hidden> | 455 <div id="info-banner" hidden> |
456 <span id="banner-icon" class="managed-prefs-icon"></span> | 456 <span id="banner-icon" class="main-page-banner-icon"></span> |
457 <span id="banner-text" class="managed-prefs-text"></span> | 457 <span id="banner-text" class="main-page-banner-text"></span> |
Patrick Dubroy
2012/06/18 12:13:01
IMO the old name was more descriptive.
Pam (message me for reviews)
2012/06/18 18:26:00
Yep. But it's using shared CSS now, so it needs a
Patrick Dubroy
2012/06/19 13:01:52
IMO "main-page-banner" is still not the best name.
Pam (message me for reviews)
2012/06/19 20:37:46
Fair enough.
| |
458 </div> | 458 </div> |
459 <div class="radio"> | 459 <div class="radio"> |
460 <label> | 460 <label> |
461 <input id="direct-proxy" type="radio" name="proxytype" value="1" | 461 <input id="direct-proxy" type="radio" name="proxytype" value="1" |
462 pref="cros.session.proxy.type"> | 462 pref="cros.session.proxy.type"> |
463 <span i18n-content="proxyDirectInternetConnection"></span> | 463 <span i18n-content="proxyDirectInternetConnection"></span> |
464 </label> | 464 </label> |
465 </div> | 465 </div> |
466 <div class="radio"> | 466 <div class="radio"> |
467 <label> | 467 <label> |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
598 </button> | 598 </button> |
599 <button id="details-internet-disconnect" i18n-content="disconnectButton"> | 599 <button id="details-internet-disconnect" i18n-content="disconnectButton"> |
600 </button> | 600 </button> |
601 <button id="activate-details" i18n-content="activateButton"></button> | 601 <button id="activate-details" i18n-content="activateButton"></button> |
602 <button id="buyplan-details" i18n-content="buyplanButton"></button> | 602 <button id="buyplan-details" i18n-content="buyplanButton"></button> |
603 <button id="view-account-details" i18n-content="viewAccountButton"> | 603 <button id="view-account-details" i18n-content="viewAccountButton"> |
604 </button> | 604 </button> |
605 </div> | 605 </div> |
606 </div> | 606 </div> |
607 </div> | 607 </div> |
OLD | NEW |