Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / remoting / webapp / crd / html / dialog_token_refresh_failed.html
blob016823c37a70704f9fe6768fa040e58b61db6bc0
1 <!--
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
4 found in the LICENSE file.
5 -->
6 <!-- TODO(jamiewalch): Refactor the various error-state divs -->
7 <div class="kd-modaldialog" data-ui-mode="home.token-refresh-failed">
9 <div class="message">
10 <span id="token-refresh-error-message" class="error-state"></span>
11 </div>
13 <div id="token-refresh-auth-failed" class="button-row">
14 <button id="token-refresh-error-sign-in"
15 type="button"
16 i18n-content="SIGN_IN_BUTTON"></button>
17 </div>
19 <div id="token-refresh-other-error" class="button-row">
20 <button id="token-refresh-error-ok"
21 type="button"
22 i18n-content="OK"></button>
23 </div>
25 </div> <!-- home.token-refresh-failed -->