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

Side by Side Diff: chrome/browser/resources/chromeos/login/gaia_input.html

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit Created 3 years, 11 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 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-input/iron-input.h tml"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-input/iron-input.h tml">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input -container.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input -container.html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input -error.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input -error.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
10 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 bind-value="{{value}}" invalid="[[isInvalid]]" 46 bind-value="{{value}}" invalid="[[isInvalid]]"
47 required$="[[required]]" disabled$="[[disabled]]" class="flex"> 47 required$="[[required]]" disabled$="[[disabled]]" class="flex">
48 <span id="domainLabel">[[domain]]</span> 48 <span id="domainLabel">[[domain]]</span>
49 </div> 49 </div>
50 <template is="dom-if" if="[[error]]"> 50 <template is="dom-if" if="[[error]]">
51 <paper-input-error>[[error]]</paper-input-error> 51 <paper-input-error>[[error]]</paper-input-error>
52 </template> 52 </template>
53 </paper-input-container> 53 </paper-input-container>
54 </template> 54 </template>
55 </dom-module> 55 </dom-module>
56
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/gaia_input.css ('k') | chrome/browser/resources/chromeos/login/gaia_input.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698