Index: chrome/browser/resources/options2/chromeos/accounts_options.html |
diff --git a/chrome/browser/resources/options2/chromeos/accounts_options.html b/chrome/browser/resources/options2/chromeos/accounts_options.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b324c4fd933343b8086df761f8d4aad00417443e |
--- /dev/null |
+++ b/chrome/browser/resources/options2/chromeos/accounts_options.html |
@@ -0,0 +1,63 @@ |
+<div id="accountsPage" class="page" hidden> |
+ <h1 i18n-content="accountsPage"></h1> |
+ <div class="displaytable"> |
+ <section> |
+ <div class="option"> |
+ <div id="ownerOnlyWarning" hidden> |
+ <span i18n-content="owner_only"></span> |
+ <span i18n-content="owner_user_id"></span> |
+ </div> |
+ <table class="option-control-table"> |
+ <tr> |
+ <td class="option-name"> |
+ <div class="checkbox"> |
+ <label> |
+ <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI" |
+ type="checkbox"> |
+ <span i18n-content="allow_BWSI"></span> |
+ </label> |
+ </div> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name"> |
+ <div class="checkbox"> |
+ <label> |
+ <input id="showUserNamesCheck" |
+ pref="cros.accounts.showUserNamesOnSignIn" type="checkbox"> |
+ <span i18n-content="show_user_on_signin"></span> |
+ </label> |
+ </div> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name"> |
+ <div class="checkbox"> |
+ <label> |
+ <input id="useWhitelistCheck" pref="cros.accounts.allowGuest" |
+ type="checkbox" inverted_pref> |
+ <span i18n-content="use_whitelist"></span> |
+ </label> |
+ </div> |
+ </td> |
+ </tr> |
+ <tr><td> </td></tr> |
+ <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> |
+ </table> |
+ </div> |
+ </section> |
+ </div> |
+</div> |