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

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

Issue 7461142: [ChromeOS] Assorted WebUI login fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 If you change this template, please update UserPod element properties 2 If you change this template, please update UserPod element properties
3 defined in user_pod_row.js. 3 defined in user_pod_row.js.
4 --> 4 -->
5 <div id="user-pod-template" class="pod init" hidden> 5 <div id="user-pod-template" class="pod" hidden>
6 <img> 6 <img>
7 <div class="name init"></div> 7 <div class="name"></div>
8 <input type="password"> 8 <input type="password">
9 <button class="enter-guest-button" i18n-content="enterGuestButton"></button> 9 <button class="enter-guest-button" i18n-content="enterGuestButton"></button>
10 <button class="remove-user-button" hidden></button> 10 <button class="remove-user-button" hidden></button>
11 </div> 11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698