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

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

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 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
OLDNEW
1 <div class="page" id="detailsInternetPage" hidden> 1 <div id="detailsInternetPage" class="page" hidden>
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 id="details-tab-strip" class="subpages-nav-tabs">
5 <span id="wifiNetworkNavTab" class="tab wifi-details" 5 <span id="wifiNetworkNavTab" class="tab wifi-details"
6 tab-contents="wifiNetworkTab"> 6 tab-contents="wifiNetworkTab">
7 <span class="tab-label" 7 <span class="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>
11 <span id="cellularPlanNavTab" class="tab cellular-details cdma-only" 11 <span id="cellularPlanNavTab" class="tab cellular-details cdma-only"
12 tab-contents="cellularPlanTab"> 12 tab-contents="cellularPlanTab">
13 <span class="tab-label" 13 <span class="tab-label"
14 i18n-content="cellularPlanTabLabel"></span> 14 i18n-content="cellularPlanTabLabel"></span>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <tr> 61 <tr>
62 <td class="option-name" i18n-content="inetPassProtected"></td> 62 <td class="option-name" i18n-content="inetPassProtected"></td>
63 </tr> 63 </tr>
64 </table> 64 </table>
65 </section> 65 </section>
66 </div> 66 </div>
67 <div id="cellularPlanTab" 67 <div id="cellularPlanTab"
68 class="subpages-tab-contents cellular-details cdma-only"> 68 class="subpages-tab-contents cellular-details cdma-only">
69 <section> 69 <section>
70 <div> 70 <div>
71 <table class="option-control-table" id="details-plan-table"> 71 <table id="details-plan-table" class="option-control-table">
72 <tr class="plan-loading-info"> 72 <tr class="plan-loading-info">
73 <td i18n-content="planLoading" class="option-value"></td> 73 <td i18n-content="planLoading" class="option-value"></td>
74 </tr> 74 </tr>
75 <tr class="no-plan-info"> 75 <tr class="no-plan-info">
76 <td i18n-content="noPlansFound" class="option-value"></td> 76 <td i18n-content="noPlansFound" class="option-value"></td>
77 </tr> 77 </tr>
78 </table> 78 </table>
79 </div> 79 </div>
80 <div id="planList"></div> 80 <div id="planList"></div>
81 </section> 81 </section>
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 <button id="detailsInternetDismiss" 256 <button id="detailsInternetDismiss"
257 i18n-content="detailsInternetDismiss"></button> 257 i18n-content="detailsInternetDismiss"></button>
258 <button id="detailsInternetLogin" 258 <button id="detailsInternetLogin"
259 i18n-content="connect_button"></button> 259 i18n-content="connect_button"></button>
260 <button id="activateDetails" 260 <button id="activateDetails"
261 i18n-content="activate_button"></button> 261 i18n-content="activate_button"></button>
262 <button id="buyplanDetails" 262 <button id="buyplanDetails"
263 i18n-content="buyplan_button"></button> 263 i18n-content="buyplan_button"></button>
264 </div> 264 </div>
265 </div> 265 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698