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

Side by Side Diff: remoting/webapp/crd/html/dialog_client_pin_prompt.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.pin-prompt" id="pin-dialog"> 6 <div data-ui-mode="home.client.pin-prompt" id="pin-dialog">
7 <div i18n-content="PIN_MESSAGE" 7 <div i18n-content="PIN_MESSAGE"
8 class="pin-message message"></div> 8 class="pin-message message"></div>
9 9
10 <!-- using a form so that the PIN can be submitted on ENTER --> 10 <!-- using a form so that the PIN can be submitted on ENTER -->
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 </label> 45 </label>
46 </td> 46 </td>
47 </tr> 47 </tr>
48 </table> 48 </table>
49 </form> 49 </form>
50 50
51 <div id="startup-mode-box-me2me" 51 <div id="startup-mode-box-me2me"
52 class="information-box centered" 52 class="information-box centered"
53 hidden> 53 hidden>
54 <span i18n-content="WARNING_NOT_WINDOWED"></span> 54 <span i18n-content="WARNING_NOT_WINDOWED"></span>
55 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523 " 55 <a href="https://support.google.com/chrome/answer/1649523"
56 target="_blank" 56 target="_blank"
57 i18n-content="LEARN_HOW"></a> 57 i18n-content="LEARN_HOW"></a>
58 </div> <!-- startup-mode-box-it2me --> 58 </div> <!-- startup-mode-box-it2me -->
59 59
60 </div> <!-- client.pin-prompt --> 60 </div> <!-- client.pin-prompt -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698