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

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

Issue 8102019: redesign and reimplement proxy config service and tracker, revise proxy ui on cros (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 <list id="ipConfigList"></list> 306 <list id="ipConfigList"></list>
307 </div> 307 </div>
308 </div> 308 </div>
309 </div> 309 </div>
310 </section> 310 </section>
311 <section id="change-proxy-section"> 311 <section id="change-proxy-section">
312 <div> 312 <div>
313 <button id="change-proxy-button" i18n-content="changeProxyButton"> 313 <button id="change-proxy-button" i18n-content="changeProxyButton">
314 </button> 314 </button>
315 </div> 315 </div>
316 <div id="change-proxy-text" hidden></div>
317 </section> 316 </section>
318 </div> 317 </div>
319 <div id="security-tab" 318 <div id="security-tab"
320 class="subpages-tab-contents cellular-details gsm-only"> 319 class="subpages-tab-contents cellular-details gsm-only">
321 <div id="cellular-security-options"> 320 <div id="cellular-security-options">
322 <section> 321 <section>
323 <div id="sim-pin-lock" class="checkbox"> 322 <div id="sim-pin-lock" class="checkbox">
324 <label> 323 <label>
325 <input id="sim-card-lock-enabled" type="checkbox"> 324 <input id="sim-card-lock-enabled" type="checkbox">
326 <span i18n-content="lockSimCard"></span> 325 <span i18n-content="lockSimCard"></span>
(...skipping 13 matching lines...) Expand all
340 <button id="detailsInternetLogin" 339 <button id="detailsInternetLogin"
341 i18n-content="connect_button"></button> 340 i18n-content="connect_button"></button>
342 <button id="detailsInternetDisconnect" 341 <button id="detailsInternetDisconnect"
343 i18n-content="disconnect_button"></button> 342 i18n-content="disconnect_button"></button>
344 <button id="activateDetails" 343 <button id="activateDetails"
345 i18n-content="activate_button"></button> 344 i18n-content="activate_button"></button>
346 <button id="buyplanDetails" 345 <button id="buyplanDetails"
347 i18n-content="buyplan_button"></button> 346 i18n-content="buyplan_button"></button>
348 </div> 347 </div>
349 </div> 348 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698