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

Side by Side Diff: chrome/browser/resources/options/chromeos_internet_detail.html

Issue 6516019: Made activate/buy button show consistently on network list and details pages.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 hidden" id="detailsInternetPage"> 1 <div class="page hidden" id="detailsInternetPage">
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 class="subpages-nav-tabs" id="details-tab-strip">
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>
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 <td class="option-name" i18n-content="inetDns"></td> 224 <td class="option-name" i18n-content="inetDns"></td>
225 <td id="inetDns" class="option-value"></td> 225 <td id="inetDns" class="option-value"></td>
226 </tr> 226 </tr>
227 <tr id="hardwareAddressRow"> 227 <tr id="hardwareAddressRow">
228 <td class="option-name" i18n-content="hardwareAddress"></td> 228 <td class="option-name" i18n-content="hardwareAddress"></td>
229 <td id="hardwareAddress" class="option-value"></td> 229 <td id="hardwareAddress" class="option-value"></td>
230 </tr> 230 </tr>
231 </table> 231 </table>
232 </section> 232 </section>
233 </div> 233 </div>
234 <div class="action-area button-strip"> 234 <div class="action-area bottom-strip button-strip">
235 <button id="detailsInternetDismiss" 235 <button id="detailsInternetDismiss"
236 i18n-content="detailsInternetDismiss"></button> 236 i18n-content="detailsInternetDismiss"></button>
237 <button id="detailsInternetLogin" 237 <button id="detailsInternetLogin"
238 i18n-content="connect_button"></button> 238 i18n-content="connect_button"></button>
239 <button id="activateDetails" 239 <button id="activateDetails"
240 i18n-content="activate_button"></button> 240 i18n-content="activate_button"></button>
241 <button id="buyplanDetails" 241 <button id="buyplanDetails"
242 i18n-content="buyplan_button"></button> 242 i18n-content="buyplan_button"></button>
243 </div> 243 </div>
244 </div> 244 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698