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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 <td id="inet-username" class="option-value"></td> | 244 <td id="inet-username" class="option-value"></td> |
245 </tr> | 245 </tr> |
246 </table> | 246 </table> |
247 </section> | 247 </section> |
248 </div> | 248 </div> |
249 <div id="cellular-conn-tab" class="subpages-tab-contents cellular-details"> | 249 <div id="cellular-conn-tab" class="subpages-tab-contents cellular-details"> |
250 <section id="cellular-network-options"> | 250 <section id="cellular-network-options"> |
251 <table class="option-control-table"> | 251 <table class="option-control-table"> |
252 <tr> | 252 <tr> |
253 <td class="option-name" i18n-content="serviceName"></td> | 253 <td class="option-name" i18n-content="serviceName"></td> |
254 <td id="service-name" class="option-value"> | 254 <td id="service-name" class="option-value"></td> |
255 <select id="select-carrier"> | |
256 </select> | |
257 <div id="switch-carrier-spinner" class="inline-spinner" hidden> | |
258 </div> | |
259 </td> | |
260 </tr> | 255 </tr> |
261 <tr> | 256 <tr> |
262 <td class="option-name" i18n-content="networkTechnology"></td> | 257 <td class="option-name" i18n-content="networkTechnology"></td> |
263 <td id="network-technology" class="option-value"></td> | 258 <td id="network-technology" class="option-value"></td> |
264 </tr> | 259 </tr> |
265 <tr> | 260 <tr> |
266 <td class="option-name" i18n-content="activationState"></td> | 261 <td class="option-name" i18n-content="activationState"></td> |
267 <td id="activation-state" class="option-value"></td> | 262 <td id="activation-state" class="option-value"></td> |
268 </tr> | 263 </tr> |
269 <tr> | 264 <tr> |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 <button id="details-internet-disconnect" i18n-content="disconnectButton"> | 687 <button id="details-internet-disconnect" i18n-content="disconnectButton"> |
693 </button> | 688 </button> |
694 <button id="details-internet-configure" i18n-content="configureButton"> | 689 <button id="details-internet-configure" i18n-content="configureButton"> |
695 </button> | 690 </button> |
696 <button id="activate-details" i18n-content="activateButton"></button> | 691 <button id="activate-details" i18n-content="activateButton"></button> |
697 <button id="view-account-details" i18n-content="viewAccountButton"> | 692 <button id="view-account-details" i18n-content="viewAccountButton"> |
698 </button> | 693 </button> |
699 </div> | 694 </div> |
700 </div> | 695 </div> |
701 </div> | 696 </div> |
OLD | NEW |