| OLD | NEW |
| (Empty) | |
| 1 <div class="page hidden" id="accountsPage"> |
| 2 <h1 i18n-content="accountsPage"></h1> |
| 3 <div class="option"> |
| 4 <table class="option-control-table"> |
| 5 <tr> |
| 6 <td class="option-name"><label><input id="allowBwsiCheck" |
| 7 pref="cros.accounts.allowBWSI" type="checkbox"><span |
| 8 i18n-content="allow_BWSI"></span></label></td> |
| 9 </tr> |
| 10 <tr> |
| 11 <td class="option-name"><label><input id="allowGuestCheck" |
| 12 pref="cros.accounts.allowGuest" type="checkbox"><span |
| 13 i18n-content="allow_guest"></span></label></td> |
| 14 </tr> |
| 15 <tr> |
| 16 <td class="option-name" i18n-content="user_list_title"></td> |
| 17 </tr> |
| 18 <tr><td class="option-name"> |
| 19 <list id="userList"></list> |
| 20 </td></tr> |
| 21 <tr><td class="option-name"> |
| 22 <button id="addUserButton" |
| 23 i18n-content="add_user"></button> |
| 24 <button id="removeUserButton" disabled |
| 25 i18n-content="remove_user"></button> |
| 26 </td></tr> |
| 27 </table> |
| 28 </div> |
| 29 </div> |
| OLD | NEW |