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

Side by Side Diff: remoting/webapp/crd/html/dialog_client_host_needs_upgrade.html

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug 490887 Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <div data-ui-mode="home.client.host-needs-upgrade" id="host-needs-update-dialog" > 6 <div data-ui-mode="home.client.host-needs-upgrade" id="host-needs-update-dialog" >
7 <div class="message"> 7 <div class="message">
8 <div class="host-needs-update-message error-state"></div> 8 <div class="host-needs-update-message error-state"></div>
9 </div> 9 </div>
10 <div class="message"> 10 <div class="message">
11 <span i18n-content="HOST_NEEDS_UPDATE_DETAIL"></span> 11 <span i18n-content="HOST_NEEDS_UPDATE_DETAIL"></span>
12 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523 " 12 <a href="https://support.google.com/chrome/answer/1649523"
13 target="_blank" 13 target="_blank"
14 i18n-content="LEARN_HOW"></a> 14 i18n-content="LEARN_HOW"></a>
15 </div> 15 </div>
16 <div class="button-row"> 16 <div class="button-row">
17 <button id="host-needs-update-connect-button" 17 <button id="host-needs-update-connect-button"
18 class="connect-button" 18 class="connect-button"
19 type="button" 19 type="button"
20 i18n-content="CONNECT_ANYWAY" 20 i18n-content="CONNECT_ANYWAY"
21 autofocus="autofocus"> 21 autofocus="autofocus">
22 </button> 22 </button>
23 <button class="cancel-button" 23 <button class="cancel-button"
24 type="button" 24 type="button"
25 i18n-content="CANCEL"> 25 i18n-content="CANCEL">
26 </button> 26 </button>
27 </div> 27 </div>
28 </div> <!-- home.client.host-needs-upgrade --> 28 </div> <!-- home.client.host-needs-upgrade -->
OLDNEW
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/Desktop.java ('k') | remoting/webapp/crd/html/dialog_client_pin_prompt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698