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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Rebase Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/chromeos/internet_detail.html
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html
index dd939e81f2ba6b2c182c04766b8f8820da885d6d..d59dd232486e71e465347952e523ae31f81f73e6 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.html
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html
@@ -106,6 +106,11 @@
<tr>
<td class="option-name" i18n-content="connectionState"></td>
<td id="wifi-connection-state" class="option-value"></td>
+ </tr>
+ <tr>
+ <td class="option-name" i18n-content="restrictedPool"></td>
pneubeck (no reviews) 2014/09/05 16:05:44 All 'Restricted' fields could be shown as a checkb
stevenjb 2014/09/05 16:54:20 As mentioned earlier, I don't want to change the U
+ <td id="wifi-restricted-pool" class="option-value"></td>
+ </tr>
<tr>
<td class="option-name" i18n-content="inetSsid"></td>
<td id="wifi-ssid" class="option-value"></td>
@@ -175,6 +180,10 @@
<td class="option-name" i18n-content="connectionState"></td>
<td id="wimax-connection-state" class="option-value"></td>
</tr>
+ <tr>
+ <td class="option-name" i18n-content="restrictedPool"></td>
+ <td id="wimax-restricted-pool" class="option-value"></td>
+ </tr>
<tr id="wimax-eap-identity-entry">
<td class="option-name" i18n-content="inetUsername"></td>
<td id="wimax-eap-identity" class="option-value"></td>
@@ -264,7 +273,7 @@
</tr>
<tr>
<td class="option-name" i18n-content="restrictedPool"></td>
- <td id="restricted-pool" class="option-value"></td>
+ <td id="cellular-restricted-pool" class="option-value"></td>
</tr>
<tr>
<td class="option-name" i18n-content="operatorName"></td>

Powered by Google App Engine
This is Rietveld 408576698