summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/chromeos_internet_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/chromeos_internet_detail.html')
-rw-r--r--chrome/browser/resources/options/chromeos_internet_detail.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/chrome/browser/resources/options/chromeos_internet_detail.html b/chrome/browser/resources/options/chromeos_internet_detail.html
index b32558e..18245ea 100644
--- a/chrome/browser/resources/options/chromeos_internet_detail.html
+++ b/chrome/browser/resources/options/chromeos_internet_detail.html
@@ -69,7 +69,7 @@
<table class="option-control-table">
<tr>
<td class="option-name" i18n-content="inetIdent"></td>
- <td class="option-value"><input id="inetIdentPkcs"></td>
+ <td id="inetIdentPkcs" class="option-value"></td>
</tr>
<tr>
<td class="option-name" i18n-content="inetCert"></td>
@@ -95,10 +95,6 @@
<tr class="no-plan-info">
<td i18n-content="noPlansFound" class="option-value"></td>
</tr>
- <tr class="needs-plan">
- <td class="option-value"><button id="purchaseMore"
- i18n-content="purchaseMore"></button></td>
- </tr>
</table>
</div>
<div id="planList"></div>
@@ -238,9 +234,11 @@
<div class="action-area button-strip">
<button id="detailsInternetDismiss"
i18n-content="detailsInternetDismiss"></button>
- <button id="detailsInternetOk"
- i18n-content="detailsInternetOk"></button>
<button id="detailsInternetLogin"
- i18n-content="inetLogin"></button>
+ i18n-content="connect_button"></button>
+ <button id="activateDetails"
+ i18n-content="activate_button"></button>
+ <button id="buyplanDetails"
+ i18n-content="buyplan_button"></button>
</div>
</div>