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.
6 <!-- TODO(jamiewalch): Refactor the various error-state divs -->
7 <div class=
"kd-modaldialog" data-ui-mode=
"home.token-refresh-failed">
10 <span id=
"token-refresh-error-message" class=
"error-state"></span>
13 <div id=
"token-refresh-auth-failed" class=
"button-row">
14 <button id=
"token-refresh-error-sign-in"
16 i18n-content=
"SIGN_IN_BUTTON"></button>
19 <div id=
"token-refresh-other-error" class=
"button-row">
20 <button id=
"token-refresh-error-ok"
22 i18n-content=
"OK"></button>
25 </div> <!-- home.token-refresh-failed -->