blob: 14392595fcf734e0e5fa4d095004460ca9949407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<div class="page hidden" id="accountsPage">
<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> </td></tr>
<tr>
<td class="option-name"><label><input id="allowBwsiCheck"
pref="cros.accounts.allowBWSI" type="checkbox"><span
i18n-content="allow_BWSI"></span></label></td>
</tr>
<tr>
<td class="option-name"><label><input id="allowGuestCheck"
pref="cros.accounts.allowGuest" type="checkbox"><span
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>
</tr>
</table>
</div>
</div>
|