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

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

Issue 7566015: Only show prefer network checkbox for networks stored on user profile. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 id="detailsInternetPage" class="page" 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 id="details-tab-strip" class="subpages-nav-tabs"> 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>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <section> 47 <section>
48 <table class="ssid-table"> 48 <table class="ssid-table">
49 <tr> 49 <tr>
50 <td class="option-name" i18n-content="inetSsid"></td> 50 <td class="option-name" i18n-content="inetSsid"></td>
51 <td id="inetSsid" class="option-value"></td> 51 <td id="inetSsid" class="option-value"></td>
52 </tr> 52 </tr>
53 </table> 53 </table>
54 </section> 54 </section>
55 <section> 55 <section>
56 <table class="option-control-table"> 56 <table class="option-control-table">
57 <tr> 57 <tr class="prefer-network">
58 <td colspan="2"> 58 <td>
59 <div class="checkbox"> 59 <div class="checkbox">
60 <label> 60 <label>
61 <input id="preferNetworkWifi" type="checkbox"> 61 <input id="preferNetworkWifi" type="checkbox">
62 <span i18n-content="inetPreferredNetwork"></span> 62 <span i18n-content="inetPreferredNetwork"></span>
63 </label> 63 </label>
64 </div> 64 </div>
65 </td> 65 </td>
66 </tr> 66 </tr>
67 <tr> 67 <tr class="auto-connect-network">
68 <td colspan="2"> 68 <td>
69 <div class="checkbox"> 69 <div class="checkbox">
70 <label> 70 <label>
71 <input id="autoConnectNetworkWifi" type="checkbox"> 71 <input id="autoConnectNetworkWifi" type="checkbox">
72 <span i18n-content="inetAutoConnectNetwork"></span> 72 <span i18n-content="inetAutoConnectNetwork"></span>
73 </label> 73 </label>
74 </div> 74 </div>
75 </td> 75 </td>
76 </tr> 76 </tr>
77 </table> 77 </table>
78 </section> 78 </section>
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 <button id="detailsInternetLogin" 342 <button id="detailsInternetLogin"
343 i18n-content="connect_button"></button> 343 i18n-content="connect_button"></button>
344 <button id="detailsInternetDisconnect" 344 <button id="detailsInternetDisconnect"
345 i18n-content="disconnect_button"></button> 345 i18n-content="disconnect_button"></button>
346 <button id="activateDetails" 346 <button id="activateDetails"
347 i18n-content="activate_button"></button> 347 i18n-content="activate_button"></button>
348 <button id="buyplanDetails" 348 <button id="buyplanDetails"
349 i18n-content="buyplan_button"></button> 349 i18n-content="buyplan_button"></button>
350 </div> 350 </div>
351 </div> 351 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698