| OLD | NEW |
| 1 <div class="page hidden" id="detailsInternetPage"> | 1 <div class="page hidden" id="detailsInternetPage"> |
| 2 <h1 id="inetTitle"></h1> | 2 <h1 id="inetTitle"></h1> |
| 3 <!-- Navigation tabs --> | 3 <!-- Navigation tabs --> |
| 4 <div class="subpages-nav-tabs" id="details-tab-strip"> | 4 <div class="subpages-nav-tabs" id="details-tab-strip"> |
| 5 <span id="wifiNetworkNavTab" class="inactive-tab wifi-details" | 5 <span id="wifiNetworkNavTab" class="inactive-tab wifi-details" |
| 6 tab-contents="wifiNetworkTab"> | 6 tab-contents="wifiNetworkTab"> |
| 7 <span class="inactive-tab-label" | 7 <span class="inactive-tab-label" |
| 8 i18n-content="wifiNetworkTabLabel"></span> | 8 i18n-content="wifiNetworkTabLabel"></span> |
| 9 <span class="active-tab-label" i18n-content="wifiNetworkTabLabel"></span> | 9 <span class="active-tab-label" i18n-content="wifiNetworkTabLabel"></span> |
| 10 </span> | 10 </span> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 <div id="wifiNetworkTab" class="subpages-tab-contents wifi-details"> | 35 <div id="wifiNetworkTab" class="subpages-tab-contents wifi-details"> |
| 36 <section> | 36 <section> |
| 37 <table class="option-control-table"> | 37 <table class="option-control-table"> |
| 38 <tr> | 38 <tr> |
| 39 <td class="option-name" i18n-content="inetSsid"></td> | 39 <td class="option-name" i18n-content="inetSsid"></td> |
| 40 <td id="inetSsid" class="option-value"></td> | 40 <td id="inetSsid" class="option-value"></td> |
| 41 </tr> | 41 </tr> |
| 42 <tr> | 42 <tr> |
| 43 <td colspan="2"> | 43 <td colspan="2"> |
| 44 <label class="checkbox"> | 44 <label class="checkbox"> |
| 45 <input id="rememberNetwork" type="checkbox"> | 45 <input id="autoConnectNetwork" type="checkbox"> |
| 46 <span i18n-content="inetRememberNetwork"></span> | 46 <span i18n-content="inetAutoConnectNetwork"></span> |
| 47 </label> | 47 </label> |
| 48 </td> | 48 </td> |
| 49 </tr> | 49 </tr> |
| 50 </table> | 50 </table> |
| 51 </section> | 51 </section> |
| 52 <section class="cert-details"> | 52 <section class="cert-details"> |
| 53 <table class="option-control-table"> | 53 <table class="option-control-table"> |
| 54 <tr> | 54 <tr> |
| 55 <td class="option-name" i18n-content="inetIdent"></td> | 55 <td class="option-name" i18n-content="inetIdent"></td> |
| 56 <td class="option-value"><input id="inetIdent"></td> | 56 <td class="option-value"><input id="inetIdent"></td> |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 </div> | 247 </div> |
| 248 <div class="action-area button-strip"> | 248 <div class="action-area button-strip"> |
| 249 <button id="detailsInternetDismiss" | 249 <button id="detailsInternetDismiss" |
| 250 i18n-content="detailsInternetDismiss"></button> | 250 i18n-content="detailsInternetDismiss"></button> |
| 251 <button id="detailsInternetOk" | 251 <button id="detailsInternetOk" |
| 252 i18n-content="detailsInternetOk"></button> | 252 i18n-content="detailsInternetOk"></button> |
| 253 <button id="detailsInternetLogin" | 253 <button id="detailsInternetLogin" |
| 254 i18n-content="inetLogin"></button> | 254 i18n-content="inetLogin"></button> |
| 255 </div> | 255 </div> |
| 256 </div> | 256 </div> |
| OLD | NEW |