| OLD | NEW |
| 1 <div id="error-message" class="step hidden show-offline-error"> | 1 <div id="error-message" class="step hidden show-offline-error"> |
| 2 <div class="step-contents"> | 2 <div class="step-contents"> |
| 3 <div class="error-header"> | 3 <div class="error-header"> |
| 4 <img alt class="error-icon" src="chrome://theme/IDR_NETWORK_ERROR"> | 4 <img alt class="error-icon" src="chrome://theme/IDR_NETWORK_ERROR"> |
| 5 <div id="captive-portal-title" i18n-content="captivePortalTitle" | 5 <div id="captive-portal-title" i18n-content="captivePortalTitle" |
| 6 class="error-title | 6 class="error-title |
| 7 show-with-error-state-portal | 7 show-with-error-state-portal |
| 8 show-with-error-state-offline"></div> | 8 show-with-error-state-offline"></div> |
| 9 <div id="proxy-error-title" i18n-content="proxyErrorTitle" | 9 <div id="proxy-error-title" i18n-content="proxyErrorTitle" |
| 10 class="error-title | 10 class="error-title |
| 11 show-with-error-state-proxy | 11 show-with-error-state-proxy |
| 12 show-with-error-state-auth-ext-timeout"> | 12 show-with-error-state-auth-ext-timeout"> |
| 13 </div> | 13 </div> |
| 14 </div> | 14 </div> |
| 15 <div class="error-body"> | 15 <div class="error-body"> |
| 16 <div id="offline-message-body" | 16 <div id="offline-message-body" |
| 17 class="error-message-paragraph | 17 class="error-message-paragraph |
| 18 show-with-error-state-offline | 18 show-with-error-state-offline |
| 19 show-with-error-state-auth-ext-timeout"> | 19 show-with-error-state-auth-ext-timeout"> |
| 20 <span id="update-offline-message-text" | 20 <span id="update-offline-message-text" |
| 21 i18n-content="updateOfflineMessageBody" | 21 i18n-content="updateOfflineMessageBody" |
| 22 class="show-with-ui-state-update"></span> | 22 class="show-with-ui-state-update"></span> |
| 23 <span id="signin-offline-message-text" | 23 <span id="signin-offline-message-text" |
| 24 i18n-content="signinOfflineMessageBody" | 24 i18n-content="signinOfflineMessageBody" |
| 25 class="show-with-ui-state-signin"></span> | 25 class="show-with-ui-state-signin |
| 26 show-with-ui-state-locally-managed"></span> |
| 26 </div> | 27 </div> |
| 27 <div id="captive-portal-message-body" | 28 <div id="captive-portal-message-body" |
| 28 class="error-message-paragraph | 29 class="error-message-paragraph |
| 29 show-with-error-state-portal"> | 30 show-with-error-state-portal"> |
| 30 <span id="captive-portal-message-text" | 31 <span id="captive-portal-message-text" |
| 31 class="show-with-ui-state-update | 32 class="show-with-ui-state-update |
| 32 show-with-ui-state-signin"></span> | 33 show-with-ui-state-signin |
| 34 show-with-ui-state-locally-managed"></span> |
| 33 </div> | 35 </div> |
| 34 <div id="captive-portal-proxy-message-body" | 36 <div id="captive-portal-proxy-message-body" |
| 35 class="error-message-paragraph | 37 class="error-message-paragraph |
| 36 show-with-error-state-portal | 38 show-with-error-state-portal |
| 37 show-with-error-state-auth-ext-timeout"> | 39 show-with-error-state-auth-ext-timeout"> |
| 38 <span id="captive-portal-proxy-message-text" | 40 <span id="captive-portal-proxy-message-text" |
| 39 class="show-with-ui-state-update | 41 class="show-with-ui-state-update |
| 40 show-with-ui-state-signin"></span> | 42 show-with-ui-state-signin |
| 43 show-with-ui-state-locally-managed"></span> |
| 41 </div> | 44 </div> |
| 42 <div id="proxy-message-body" | 45 <div id="proxy-message-body" |
| 43 class="error-message-paragraph | 46 class="error-message-paragraph |
| 44 show-with-error-state-proxy"> | 47 show-with-error-state-proxy"> |
| 45 <span id="update-proxy-message-text" | 48 <span id="update-proxy-message-text" |
| 46 class="show-with-ui-state-update"></span> | 49 class="show-with-ui-state-update"></span> |
| 47 <span id="signin-proxy-message-text" | 50 <span id="signin-proxy-message-text" |
| 48 class="show-with-ui-state-signin"></span> | 51 class="show-with-ui-state-signin |
| 52 show-with-ui-state-locally-managed"></span> |
| 49 </div> | 53 </div> |
| 50 <div id="offline-network-control-body" | 54 <div id="offline-network-control-body" |
| 51 class="show-with-ui-state-update | 55 class="show-with-ui-state-update |
| 52 show-with-ui-state-signin"> | 56 show-with-ui-state-signin |
| 57 show-with-ui-state-locally-managed"> |
| 53 <div id="offline-network-control" class="error-message-paragraph"> | 58 <div id="offline-network-control" class="error-message-paragraph"> |
| 54 <label for="offline-networks-list-dropdown" | 59 <label for="offline-networks-list-dropdown" |
| 55 i18n-content="selectNetwork" | 60 i18n-content="selectNetwork" |
| 56 class="offline-network-list-label | 61 class="offline-network-list-label |
| 57 show-with-error-state-offline | 62 show-with-error-state-offline |
| 58 show-with-error-state-proxy | 63 show-with-error-state-proxy |
| 59 show-with-error-state-auth-timeout"></label> | 64 show-with-error-state-auth-timeout"></label> |
| 60 <label for="offline-networks-list-dropdown" | 65 <label for="offline-networks-list-dropdown" |
| 61 i18n-content="selectAnotherNetwork" | 66 i18n-content="selectAnotherNetwork" |
| 62 class="offline-network-list-label | 67 class="offline-network-list-label |
| 63 show-with-error-state-portal"> | 68 show-with-error-state-portal"> |
| 64 </label> | 69 </label> |
| 65 <div class="menu-area"> | 70 <div class="menu-area"> |
| 66 <div id="offline-networks-list" class="menu-control"></div> | 71 <div id="offline-networks-list" class="menu-control"></div> |
| 67 </div> | 72 </div> |
| 68 </div> | 73 </div> |
| 69 </div> | 74 </div> |
| 70 <div id="error-guest-signin" class="error-message-paragraph guest-signin"> | 75 <div id="error-guest-signin" class="error-message-paragraph guest-signin"> |
| 71 </div> | 76 </div> |
| 72 <div id="error-offline-login" | 77 <div id="error-offline-login" |
| 73 class="error-message-paragraph offline-login"></div> | 78 class="error-message-paragraph offline-login"></div> |
| 74 </div> | 79 </div> |
| 75 </div> | 80 </div> |
| 76 </div> | 81 </div> |
| OLD | NEW |