summaryrefslogtreecommitdiffstats
path: root/chrome/browser/remoting
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 19:02:07 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 19:02:07 +0000
commit0a27eaa85f863e30817ca438132acb4000fec4bd (patch)
treeca71dc405085f4683277436adb7ace0ba76ddeed /chrome/browser/remoting
parentedbf0992afe2412751a122317c55348c89fe4be3 (diff)
downloadchromium_src-0a27eaa85f863e30817ca438132acb4000fec4bd.zip
chromium_src-0a27eaa85f863e30817ca438132acb4000fec4bd.tar.gz
chromium_src-0a27eaa85f863e30817ca438132acb4000fec4bd.tar.bz2
Remoting/Cloud Print Proxy authentication success UI cleanup.
Get rid of the undefined, put in the nice checkmark, and for Cloud Print, set the message to something more meaningful. BUG=none TEST=none Review URL: http://codereview.chromium.org/3594015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/remoting')
-rw-r--r--chrome/browser/remoting/resources/remoting_setup_done.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/remoting/resources/remoting_setup_done.html b/chrome/browser/remoting/resources/remoting_setup_done.html
index 88a365c..673f40b 100644
--- a/chrome/browser/remoting/resources/remoting_setup_done.html
+++ b/chrome/browser/remoting/resources/remoting_setup_done.html
@@ -57,8 +57,10 @@ html[os='mac'] input[type='submit'] {
</head>
<body i18n-values=".style.fontFamily:fontfamily">
<div class="remoting-header" i18n-content="success"></div>
+ <div class="remoting-success-image">
+ <img src="../../sync/resources/success-large.png" />
+ </div>
<div id="msgContent"></div>
- <div id="summary" i18n-content="setupsummary"></div>
<div class="remoting-footer">
<input id="close" type="submit" i18n-values="value:okay"
onclick='chrome.send("DialogClose", [""])' />