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

Unified Diff: remoting/webapp/main.html

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split 'no hosts' message into two sentences and display the second only if hosting is not supported. Created 8 years, 6 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: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 005582451351244b380dedac114281ca29e5a57a..ff304bbb3653e889daa398ce88273531164f1157 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -140,6 +140,13 @@ found in the LICENSE file.
</div>
<div id="me2me-content">
<div id="host-list" hidden></div>
+ <div id="host-list-empty">
+ <span i18n-content="HOST_LIST_EMPTY"></span>
+ <span id="host-list-empty-instructions"
+ i18n-content="HOST_LIST_EMPTY_INSTRUCTIONS"
+ i18n-value-1="<a href='https://chrome.google.com/remotedesktop'>chrome.google.com/remotedesktop</a>"
+ i18n-value-name-2="HOME_DAEMON_START_BUTTON"></span>
+ </div>
<div id="host-list-error" class="box" hidden>
<div id="host-list-error-message" class="error-state"></div>
<div class="box-spacer"></div>

Powered by Google App Engine
This is Rietveld 408576698