| OLD | NEW |
| 1 <div class="page hidden" id="proxyPage"> | 1 <div class="page" id="proxyPage" hidden> |
| 2 <h1 i18n-content="proxyPage"></h1> | 2 <h1 i18n-content="proxyPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <h3 i18n-content="proxy_config_title"></h3> | 4 <h3 i18n-content="proxy_config_title"></h3> |
| 5 <div> | 5 <div> |
| 6 <div class="radio"> | 6 <div class="radio"> |
| 7 <label> | 7 <label> |
| 8 <input type="radio" id="directProxy" name="proxytype" | 8 <input type="radio" id="directProxy" name="proxytype" |
| 9 pref="cros.session.proxy.type" value="1"> | 9 pref="cros.session.proxy.type" value="1"> |
| 10 <span i18n-content="proxyDirectInternetConnection"></span> | 10 <span i18n-content="proxyDirectInternetConnection"></span> |
| 11 </label> | 11 </label> |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 <div i18n-content="proxyBypass"></div> | 98 <div i18n-content="proxyBypass"></div> |
| 99 <list id="ignoredHostList"></list> | 99 <list id="ignoredHostList"></list> |
| 100 <input id="newHost" type="url" size="30"> | 100 <input id="newHost" type="url" size="30"> |
| 101 <button id="addHost" | 101 <button id="addHost" |
| 102 i18n-content="addHost"></button> | 102 i18n-content="addHost"></button> |
| 103 <button id="removeHost" | 103 <button id="removeHost" |
| 104 i18n-content="removeHost"></button> | 104 i18n-content="removeHost"></button> |
| 105 </div> | 105 </div> |
| 106 </section> | 106 </section> |
| 107 </div> | 107 </div> |
| OLD | NEW |