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

Side by Side Diff: remoting/webapp/crd/html/dialog_client_unconnected.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.unconnected"> 6 <div data-ui-mode="home.client.unconnected">
7 7
8 <div i18n-content="DESCRIPTION_CONNECT"></div> 8 <div i18n-content="DESCRIPTION_CONNECT"></div>
9 9
10 <div id="access-code-entry-row"> 10 <div id="access-code-entry-row">
(...skipping 18 matching lines...) Expand all
29 <button id="cancel-access-code-button" 29 <button id="cancel-access-code-button"
30 type="button" 30 type="button"
31 i18n-content="CANCEL"> 31 i18n-content="CANCEL">
32 </button> 32 </button>
33 </div> 33 </div>
34 </form> 34 </form>
35 </div> <!-- code-entry-row --> 35 </div> <!-- code-entry-row -->
36 36
37 <div id="startup-mode-box-it2me" class="information-box" hidden> 37 <div id="startup-mode-box-it2me" class="information-box" hidden>
38 <span i18n-content="WARNING_NOT_WINDOWED"></span> 38 <span i18n-content="WARNING_NOT_WINDOWED"></span>
39 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523 " 39 <a href="https://support.google.com/chrome/answer/1649523"
40 target="_blank" 40 target="_blank"
41 i18n-content="LEARN_HOW"></a> 41 i18n-content="LEARN_HOW"></a>
42 </div> <!-- startup-mode-box-it2me --> 42 </div> <!-- startup-mode-box-it2me -->
43 43
44 </div> <!-- client.unconnected --> 44 </div> <!-- client.unconnected -->
OLDNEW
« no previous file with comments | « remoting/webapp/crd/html/dialog_client_pin_prompt.html ('k') | remoting/webapp/crd/html/dialog_host_setup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698