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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 </table> | 146 </table> |
147 </section> | 147 </section> |
148 <section> | 148 <section> |
149 <table class="option-control-table"> | 149 <table class="option-control-table"> |
150 <tr> | 150 <tr> |
151 <td id="password-details" class="option-name" | 151 <td id="password-details" class="option-name" |
152 i18n-content="inetPassProtected"> | 152 i18n-content="inetPassProtected"> |
153 </td> | 153 </td> |
154 </tr> | 154 </tr> |
155 <tr> | 155 <tr> |
156 <td id="shared-network" class="option-name" | 156 <td id="wifi-shared-network" class="option-name" |
157 i18n-content="inetNetworkShared"> | 157 i18n-content="inetNetworkShared"> |
158 </td> | 158 </td> |
159 </tr> | 159 </tr> |
160 </table> | 160 </table> |
161 </section> | 161 </section> |
162 </div> | 162 </div> |
163 <div id="wimax-network-tab" class="subpages-tab-contents wimax-details"> | 163 <div id="wimax-network-tab" class="subpages-tab-contents wimax-details"> |
164 <section> | 164 <section> |
165 <table class="option-control-table"> | 165 <table class="option-control-table"> |
166 <tr class="auto-connect-network"> | 166 <tr class="auto-connect-network"> |
(...skipping 431 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 |