Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="internetPage" class="page" hidden> | 1 <div id="internetPage" class="page" hidden> |
| 2 <h1 i18n-content="internetPage"></h1> | 2 <h1 i18n-content="internetPage"></h1> |
| 3 <div id="locked-network-banner" hidden> | 3 <div id="locked-network-banner" hidden> |
| 4 <span id="locked-network-icon"></span> | 4 <span id="locked-network-icon"></span> |
| 5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> | 5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> |
| 6 </div> | 6 </div> |
| 7 <div class="displaytable"> | 7 <div class="displaytable"> |
| 8 <section id="wireless-buttons"> | 8 <section id="wireless-buttons"> |
| 9 <h3 i18n-content="generalNetworkingTitle"></h3> | 9 <h3 i18n-content="generalNetworkingTitle"></h3> |
| 10 <div id="network-general-div"> | 10 <div id="network-general-div"> |
| 11 <div id="networking-controls" class="section-group"> | 11 <div id="networking-controls" class="section-group"> |
| 12 <button id="enable-wifi" hidden | 12 <button id="enable-wifi" hidden |
| 13 i18n-content="enableWifi"></button> | 13 i18n-content="enableWifi"></button> |
| 14 <button id="disable-wifi" hidden | 14 <button id="disable-wifi" hidden |
| 15 i18n-content="disableWifi"></button> | 15 i18n-content="disableWifi"></button> |
| 16 <button id="enable-cellular" hidden | 16 <button id="enable-cellular" hidden |
| 17 i18n-content="enableCellular"></button> | 17 i18n-content="enableCellular"></button> |
| 18 <button id="disable-cellular" hidden | 18 <button id="disable-cellular" hidden |
| 19 i18n-content="disableCellular"></button> | 19 i18n-content="disableCellular"></button> |
| 20 </div> | 20 </div> |
| 21 <div id="internet-owner-only-warning" hidden> | 21 <div id="internet-owner-only-warning" hidden> |
| 22 <span i18n-content="ownerOnly"></span> | 22 <span i18n-content="ownerOnly"></span> |
| 23 <span i18n-content="ownerUserId"></span> | 23 <span i18n-content="ownerUserId"></span> |
| 24 </div> | 24 </div> |
| 25 <div id="data-roaming" class="checkbox"> | 25 <div id="data-roaming" class="checkbox"> |
| 26 <label> | 26 <label> |
| 27 <input id="enable-data-roaming" pref="cros.signed.data_roaming_enable d" | 27 <input id="enable-data-roaming" |
| 28 pref="cros.signed.data_roaming_enabled" | |
| 28 metric="Options_Internet_DataRoaming" type="checkbox"> | 29 metric="Options_Internet_DataRoaming" type="checkbox"> |
| 29 <span i18n-content="enableDataRoaming"></span> | 30 <span i18n-content="enableDataRoaming"></span> |
| 30 </label> | 31 </label> |
| 31 </div> | 32 </div> |
| 32 </div> | 33 </div> |
| 33 </section> | 34 </section> |
| 34 <section id="wired-section"> | 35 <section id="wired-section"> |
| 35 <h3 i18n-content="wired_title"></h3> | 36 <h3 i18n-content="wired_title" class="network-title"></h3> |
| 36 <div id="wired-list" class="networks"></div> | 37 <div id="wired-list" class="networks"></div> |
| 37 </section> | 38 </section> |
| 38 <section id="wireless-section"> | 39 <section id="wireless-section"> |
| 39 <h3 i18n-content="wireless_title"></h3> | 40 <h3 i18n-content="wireless_title" class="network-title"></h3> |
| 40 <div id="wireless-list" class="networks"></div> | 41 <div id="wireless-list" class="networks"></div> |
| 41 </section> | 42 </section> |
| 42 <section id="vpn-section"> | 43 <section id="vpn-section"> |
| 43 <h3 i18n-content="vpn_title"></h3> | 44 <h3 i18n-content="vpn_title" class="network-title"></h3> |
| 44 <div id="vpn-list" class="networks"></div> | 45 <div id="vpn-list" class="networks"></div> |
| 45 </section> | 46 </section> |
| 46 <section id="remembered-section"> | 47 <section id="remembered-section" class="network-title"> |
|
Rick Byers
2011/06/10 02:52:44
Did you mean to put this on a section instead of t
kevers
2011/06/10 13:43:42
Fixed.
| |
| 47 <h3 i18n-content="remembered_title"></h3> | 48 <h3 i18n-content="remembered_title"></h3> |
| 48 <div id="remembered-list" class="networks"></div> | 49 <div id="remembered-list" class="networks"></div> |
| 49 </section> | 50 </section> |
| 50 </div> | 51 </div> |
| 51 </div> | 52 </div> |
| OLD | NEW |