summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/html/dialog_client_host_needs_upgrade.html
blob: 3c26b48dbc3c720e0104cc045b38f82dc2c275a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div data-ui-mode="home.client.host-needs-upgrade">
  <div id="host-needs-update-message"
       class="message error-state multi-line-error-state">
  </div>
  <div class="message">
    <span i18n-content="HOST_NEEDS_UPDATE_DETAIL"></span>
    <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523"
       target="_blank"
       i18n-content="LEARN_HOW"></a>
  </div>
  <div class="button-row">
    <button id="host-needs-update-connect-button"
            type="button"
            i18n-content="CONNECT_ANYWAY"
            autofocus="autofocus">
    </button>
    <button id="host-needs-update-cancel-button"
            type="button"
            i18n-content="CANCEL">
    </button>
  </div>
</div> <!-- home.client.host-needs-upgrade -->