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

Unified Diff: chrome/browser/resources/options/chromeos_accounts_options.html

Issue 3074010: Revert 53989 - Implement new mock for user options page per chromium-os:5028... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/dom_ui/options_ui.cc ('k') | chrome/browser/resources/options/chromeos_accounts_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_accounts_options.html
===================================================================
--- chrome/browser/resources/options/chromeos_accounts_options.html (revision 54126)
+++ chrome/browser/resources/options/chromeos_accounts_options.html (working copy)
@@ -2,21 +2,6 @@
<h1 i18n-content="accountsPage"></h1>
<div class="option">
<table class="option-control-table">
- <tr><td>
- <table class="user-list-table">
- <tr><td>
- <list id="userList"></list>
- </td></tr>
- <tr><td class="user-name-edit-row">
- <label><span i18n-content="add_users"></span><br>
- <input id="userNameEdit" type="text"
- i18n-values="placeholder:username_edit_hint">
- </span>
- </label>
- </td></tr>
- </table>
- </td></tr>
- <tr><td>&nbsp;</td></tr>
<tr>
<td class="option-name"><label><input id="allowBwsiCheck"
pref="cros.accounts.allowBWSI" type="checkbox"><span
@@ -28,10 +13,17 @@
i18n-content="allow_guest"></span></label></td>
</tr>
<tr>
- <td class="option-name"><label><input id="showUserNamesCheck"
- pref="cros.accounts.showUserNamesOnSignIn" type="checkbox"><span
- i18n-content="show_user_on_signin"></span></label></td>
+ <td class="option-name" i18n-content="user_list_title"></td>
</tr>
+ <tr><td class="option-name">
+ <list id="userList"></list>
+ </td></tr>
+ <tr><td class="option-name">
+ <button id="addUserButton"
+ i18n-content="add_user"></button>
+ <button id="removeUserButton" disabled
+ i18n-content="remove_user"></button>
+ </td></tr>
</table>
</div>
</div>
« no previous file with comments | « chrome/browser/dom_ui/options_ui.cc ('k') | chrome/browser/resources/options/chromeos_accounts_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698