summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/personal_options.html
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-28 22:10:57 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-28 22:10:57 +0000
commit175aa689f7f9b705ee2c6eebb29aca1c93c540d5 (patch)
tree0642e333374dd7fe33c64cdb5061fc8faed827c3 /chrome/browser/resources/options/personal_options.html
parent713583d54c5878ab0aaa8ea0ae2fc526f65e81d9 (diff)
downloadchromium_src-175aa689f7f9b705ee2c6eebb29aca1c93c540d5.zip
chromium_src-175aa689f7f9b705ee2c6eebb29aca1c93c540d5.tar.gz
chromium_src-175aa689f7f9b705ee2c6eebb29aca1c93c540d5.tar.bz2
Revert "Stop Syncing Overlay and Import Data Overlay"
This reverts commit r54032, due to compile failure. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options/personal_options.html')
-rw-r--r--chrome/browser/resources/options/personal_options.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index a6eff2b..94a6168 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -15,9 +15,12 @@
<button id="start-sync" i18n-content="start_sync"></button>
</td>
</tr>
+ </div>
+ <div>
<tr id="text-when-synced">
<td>
- <div class="section-text" id="synced_to_user_with_time"/>
+ <div class="section-text" id="synced_to_user_with_time"
+ i18n-content="synced_to_user_with_time"/>
</td>
</tr>
<tr id="button-when-synced">
@@ -26,6 +29,7 @@
<button id="sync-customize" i18n-content="sync_customize"></button>
</td>
</tr>
+ </div>
</table>
</section>
<section>
@@ -107,8 +111,7 @@
</button>
<button id="themes_set_classic" i18n-content="themes_set_classic">
</button>
- <a i18n-content="themes_gallery" target="_blank"
- href="https://tools.google.com/chrome/intl/en/themes/index.html" />
+ <a id="linux_themes_gallery" i18n-content="themes_gallery"></a>
</td></tr>
<tr>
<td class="option-name">
@@ -139,8 +142,7 @@
<table class="option-control-table">
<tr><td>
<button id="themes_reset" i18n-content="themes_reset"></button>
- <a i18n-content="themes_gallery" target="_blank"
- href="https://tools.google.com/chrome/intl/en/themes/index.html" />
+ <a id="nonlinux_themes_gallery" i18n-content="themes_gallery"></a>
</td></tr>
</table>
</section>