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

Unified Diff: chrome/browser/sync/resources/gaia_login.html

Issue 267135: Fix 'Create an account' and 'Help' links on gaia login dialog. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/gaia_login.html
===================================================================
--- chrome/browser/sync/resources/gaia_login.html (revision 29197)
+++ chrome/browser/sync/resources/gaia_login.html (working copy)
@@ -281,7 +281,7 @@
</td>
<td>
<div class="errormsg" id="errormsg_1_Password">
- <span i18n-content="invalidcredentials"></span>[<a href="http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444">?</a>]
+ <span i18n-content="invalidcredentials"></span>[<a href="http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444" target="_blank">?</a>]
</div>
</td>
</tr>
@@ -327,15 +327,15 @@
<td colspan="2" height="16.0" class="gaia le fpwd"
align="center" valign="bottom">
<a href="http://www.google.com/support/accounts/bin/answer.py?answer=48598&hl=en&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfpOnly%3D1%26service%3Dchromiumsync"
- target=_blank i18n-content="cannotaccessaccount">
+ target="_blank" i18n-content="cannotaccessaccount">
</a>
</td>
</tr>
<tr>
<td colspan="2" height="16.0" class="gaia le fpwd"
align="center" valign="bottom">
- <a href="javascript:var popup=window.open('https%3A%5Cx2F%5Cx2Fwww.google.com%5Cx2Faccounts%5Cx2FNewAccount%3Fservice%3Dchromiumsync', 'NewAccount', 'height=870,width=870,resizable=yes,scrollbars=yes');"
- i18n-content="createaccount">
+ <a href="https://www.google.com/accounts/NewAccount?service=chromiumsync"
+ i18n-content="createaccount" target="_blank">
</a>
</td>
</tr>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698