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

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

Issue 4162004: Prevented access to WEP passphrase from UI. Fixed forget network button in se... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 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 i18n-content="wifiNetworkTabLabel" id="wifiNetworkNavTab" 5 <span i18n-content="wifiNetworkTabLabel" id="wifiNetworkNavTab"
6 class="inactive-tab wifi-details" tab-contents="wifiNetworkTab"></span ><span 6 class="inactive-tab wifi-details" tab-contents="wifiNetworkTab"></span ><span
7 i18n-content="cellularPlanTabLabel" id="cellularPlanNavTab" 7 i18n-content="cellularPlanTabLabel" id="cellularPlanNavTab"
8 class="inactive-tab cellular-details" tab-contents="cellularPlanTab">< /span><span 8 class="inactive-tab cellular-details" tab-contents="cellularPlanTab">< /span><span
9 i18n-content="cellularConnTabLabel" id="cellularConnNavTab" 9 i18n-content="cellularConnTabLabel" id="cellularConnNavTab"
10 class="inactive-tab cellular-details" tab-contents="cellularConnTab">< /span><span 10 class="inactive-tab cellular-details" tab-contents="cellularConnTab">< /span><span
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </tr> 54 </tr>
55 <tr> 55 <tr>
56 <td class="option-name" i18n-content="inetCert"></td> 56 <td class="option-name" i18n-content="inetCert"></td>
57 <td class="option-value" i18n-content="inetCertPkcs"></td> 57 <td class="option-value" i18n-content="inetCertPkcs"></td>
58 </tr> 58 </tr>
59 </table> 59 </table>
60 </section> 60 </section>
61 <section id="passwordNetwork" class="password-details"> 61 <section id="passwordNetwork" class="password-details">
62 <table class="option-control-table"> 62 <table class="option-control-table">
63 <tr> 63 <tr>
64 <td class="option-name" i18n-content="inetPass"></td> 64 <td class="option-name" i18n-content="inetPassProtected"></td>
65 <td class="option-value">
66 <div class="network-password">
67 <input id="inetPass">
68 <label style="display: inline;">
69 <input id="inetShowPass" type="checkbox"
70 i18n-values="placeholder:inetPassPrompt">
71 <span i18n-content="inetShowPass"></span>
72 </label>
73 </div>
74 </td>
75 </tr> 65 </tr>
76 </table> 66 </table>
77 </section> 67 </section>
78 </div> 68 </div>
79 <div id="cellularPlanTab" class="subpages-tab-contents cellular-details"> 69 <div id="cellularPlanTab" class="subpages-tab-contents cellular-details">
80 <section> 70 <section>
81 <table class="option-control-table" id="details-plan-table"> 71 <table class="option-control-table" id="details-plan-table">
82 <tr class="plan-loading-info"> 72 <tr class="plan-loading-info">
83 <td colspan="2" i18n-content="planLoading" class="option-value"></td> 73 <td colspan="2" i18n-content="planLoading" class="option-value"></td>
84 </tr> 74 </tr>
(...skipping 22 matching lines...) Expand all
107 </section> 97 </section>
108 <section class="plan-details-info"> 98 <section class="plan-details-info">
109 <div> 99 <div>
110 <label class="checkbox"> 100 <label class="checkbox">
111 <input id="showPlanNotifications"type="checkbox"> 101 <input id="showPlanNotifications"type="checkbox">
112 <span i18n-content="showPlanNotifications"></span> 102 <span i18n-content="showPlanNotifications"></span>
113 </label> 103 </label>
114 </div> 104 </div>
115 </section> 105 </section>
116 <section> 106 <section>
117 <div><a id="customerSupport" target="_blank" href="#" 107 <div><a id="customerSupport" target="_blank"
118 i18n-content="customerSupport"></a></div> 108 i18n-content="customerSupport"></a></div>
119 </section> 109 </section>
120 </div> 110 </div>
121 <div id="cellularConnTab" class="subpages-tab-contents cellular-details"> 111 <div id="cellularConnTab" class="subpages-tab-contents cellular-details">
122 <section id="cellularNetworkOptions"> 112 <section id="cellularNetworkOptions">
123 <table class="option-control-table"> 113 <table class="option-control-table">
124 <tr> 114 <tr>
125 <td class="option-name" i18n-content="serviceName"></td> 115 <td class="option-name" i18n-content="serviceName"></td>
126 <td id="serviceName" class="option-value"></td> 116 <td id="serviceName" class="option-value"></td>
127 </tr> 117 </tr>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 </div> 232 </div>
243 <div class="button-strip"> 233 <div class="button-strip">
244 <button id="detailsInternetLogin" 234 <button id="detailsInternetLogin"
245 i18n-content="inetLogin"></button> 235 i18n-content="inetLogin"></button>
246 <button id="detailsInternetOk" 236 <button id="detailsInternetOk"
247 i18n-content="detailsInternetOk"></button> 237 i18n-content="detailsInternetOk"></button>
248 <button id="detailsInternetDismiss" 238 <button id="detailsInternetDismiss"
249 i18n-content="detailsInternetDismiss"></button> 239 i18n-content="detailsInternetDismiss"></button>
250 </div> 240 </div>
251 </div> 241 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698