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

Side by Side Diff: chrome/browser/resources/chromeos/login/gaia_input_form.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/polymer/polymer.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
7 7
8 <!-- 8 <!--
9 A simple input form with a button. Being used for typing email or password. 9 A simple input form with a button. Being used for typing email or password.
10 User should put one or more <gaia-input>s inside. 10 User should put one or more <gaia-input>s inside.
(...skipping 20 matching lines...) Expand all
31 <content id="inputs" select="gaia-input"></content> 31 <content id="inputs" select="gaia-input"></content>
32 <div class="horizontal-reverse justified layout center"> 32 <div class="horizontal-reverse justified layout center">
33 <gaia-button id="button" on-tap="onButtonClicked_" class="self-end"> 33 <gaia-button id="button" on-tap="onButtonClicked_" class="self-end">
34 <span>[[buttonText]]</span> 34 <span>[[buttonText]]</span>
35 </gaia-button> 35 </gaia-button>
36 <content> </content> 36 <content> </content>
37 </div> 37 </div>
38 </div> 38 </div>
39 </template> 39 </template>
40 </dom-module> 40 </dom-module>
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698