Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Side by Side Diff: chrome/browser/resources/options2/chromeos/internet_detail.html

Issue 10411034: Fixed WiMAX network display. Wired auto-connect checkbox properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/internet_detail.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698